@charset "utf-8";
/* CSS Document */
.heading1{
    font-family: Sarabun;
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;

}
.heading2{
    font-family: Sarabun;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}
body{
    font-family: Sarabun;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px; padding: 0px;
}
.subheading1{
    font-family: Sarabun;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

}
input[type="text"]{
    width:90%;
    height:30px;border-radius:3px;background-color: #F5F7FB;
    border:none;
    outline: none;
    font-family: Sarabun;
    font-size: 16px;
}input[type="password"]{
    width:90%;
    height:30px;border-radius:3px;background-color: #F5F7FB;
    border:none;
    outline: none;
    font-family: Sarabun;
    font-size: 16px;
}
input[type="date"]{
    width:90%;
    height:30px;border-radius:3px;background-color: #F5F7FB;
    border:none;
    outline: none;
    font-family: Sarabun;
    font-size: 16px;
}
select{
    width:90%;
    height:35px;border-radius:3px;background-color: #F5F7FB;
    border:none;
    outline: none;
    font-family: Sarabun;
    font-size: 16px;
}
textarea{
    width:90%;
    height:75px;border-radius:3px;background-color: #F5F7FB;
    border:none;
    outline: none;
    font-family: Sarabun;
    font-size: 16px;
}
input[type="button"]{
    width:90%;
    height:30px;border-radius:3px;background-color: #0071FF;
    border:none;
    outline: none;color: #ffffff;
    font-family: Sarabun;
    font-size: 14px;
}
input[type="button"]:hover{
    background-color: #076EE3;
    cursor:pointer;
    color: #DFDFDF;
}
table tr td{
    padding: 3px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0071FF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #64A0F3;
}
