@font-face {
    font-family: 'Phetsarath_OT';
    src: url('../fonts/phetsarath_ot.eot');
    src: url('../fonts/phetsarath_ot.eot?#iefix') format('embedded-opentype'),
    url('../fonts/phetsarath_ot.woff2') format('woff2'),
    url('../fonts/phetsarath_ot.woff') format('woff'),
    url('../fonts/phetsarath_ot.ttf') format('truetype'),
    url('../fonts/phetsarath_ot.svg#Phetsarath_OT') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0E80-0EFF;
}

@font-face {
    font-family: 'Noto Sans Lao Med';
    src: url('../fonts/NotoSansLao-Medium.eot');
    src: url('../fonts/NotoSansLao-Medium.eot?') format('embedded-opentype'),
    url('../fonts/NotoSansLao-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansLao-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0E80-0EFF;
}

@font-face {
    font-family: 'Noto Sans Lao SemBd';
    src: url('../fonts/NotoSansLao-SemiBold.eot');
    src: url('../fonts/NotoSansLao-SemiBold.eot?') format('embedded-opentype'),
    url('../fonts/NotoSansLao-SemiBold.woff2') format('woff2'),
    url('../fonts/NotoSansLao-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    unicode-range: U+0E80-0EFF;
}

@font-face {
    font-family: 'Noto Sans Lao';
    src: url('../fonts/NotoSansLao-Bold.eot');
    src: url('../fonts/NotoSansLao-Bold.eot?') format('embedded-opentype'),
    url('../fonts/NotoSansLao-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansLao-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    unicode-range: U+0E80-0EFF;
}

@font-face {
    font-family: 'Noto Sans Lao';
    src: url('../fonts/NotoSansLao-Regular.eot');
    src: url('../fonts/NotoSansLao-Regular.eot?') format('embedded-opentype'),
    url('../fonts/NotoSansLao-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansLao-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0E80-0EFF;
}

* {
    font-family: 'Arial', "Noto Sans Lao", "Phetsarath_OT";
    font-size: 14px;
}

/*Loading */
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url("../images/Eclipse-1s-200px.svg") no-repeat center center;
    z-index: 999;

}
.error{
    color: red;
}

/*Login page css*/

/*Step form css*/
.progressbar-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.progressbar li {
    list-style-type: none;
    width: 16%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 40px;
    height: 40px;
    content: "";
    line-height: 40px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 20px;
    left: -50%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: dodgerblue;
    font-weight: bold;
}
.progressbar li.active:before {
    border-color: #467fcf;
    background: #a2c8ff;
}
.progressbar li.active + li:after {
    background-color: #a2c8ff;
}
.progressbar li.active:before {
    background: #a2c8ff;
    background-size: 60%;
}
.progressbar li::before {
    background: #fff;
    background-size: 60%;
}
.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}

/*end step form*/
.step-content{
    display: none;
}
.step-content.active{
    display: block;
}
.table th, .text-wrap table th {
    color: #3d7a00;

    font-weight: 700;
}
.page {
  
    background-color: cornsilk;
}