@import url('https://fonts.googleapis.com/css2?family=Khmer&family=Noto+Sans+Khmer:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans Khmer";
    color: #fff;
}
body{
    
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
}
form{
    padding: 10px;
    background-color: #2c61a5;
    border-radius: 10px;
    padding-bottom: 30px;
    height: auto;
}
label{
    width: 150px;
}
input{
    height: 50px;
}
select{
    height: 50px;
}
select option{
    color: #114b95;
}
.buttom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.buttom .btn{
    width: 100px;
    color: #2c61a5;
    font-size: 18px;
}

.center{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
} 
.center label{
    width: 100px;
}
.form-check{
    width: 70px;
}

.un{
    width: auto;
}

.border{
    border-top: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.col-md{
    padding: 10px 0;
}

.p{
    font-size: 20px;
    padding-top: 30px;
    padding-left: 10px;
}

img{
    height: 50px;
    margin-left: 10px;  
}

.header{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2c61a5;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.compus{
    height: 100%;
    width: 150px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.compus p{
    font-size: 17px;
    font-weight: bold;
    color: #2c61a5;
}



.btn-update{
    background-color: #fff;
    padding: 1px 40px;
    border: 0;
    color: #114b95;
    font-size: 15px;
    border-radius: 25px;
}

#hide{
    display: none;
}
.hide{
    display: none;
    
}
