/*main page*/
@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');

.mainheader {
    font-family: "Prompt";
    font-size: 1.5em;
    font-weight: bold;
    background: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px;
    border-radius: 5px;
    border-style: none;
}

.main-defbox {
    z-index: 2;
    background: white;
    border-radius: 5px;
    border-style: none;
    margin: 10px;
    padding: 10px 10px 10px 10px;
}

.main-def {
    font-family: "Prompt";
    font-size: 20pt;
}

.main-form {
    border-radius: 5px;
    background-color: rgba(140, 185, 223, 0.877);
    z-index: 2;
    opacity: 0.9;
    font-family: "Prompt";
    border-style: none;
    box-shadow: 5px 5px 2.5px lightgrey;
    width: 60%;
    height: 20%;
    margin-bottom: 2em;
    margin-top: 3.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.mainselect {
    font-family: "Prompt";
    font-size: 1em;
    border-radius: 5px;
    border-style: none;
}

.proceed-button {
    margin: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

.main-input {
    text-align: center;
    margin: auto;
    padding-top: 15px;
    width: 80%;
}

.main-popup-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    background: rgb(0, 0, 0, 0.7);
    box-shadow: 5px 5px 2.5px whitesmoke;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.main-popup-box:target {
    visibility: visible;
    opacity: 1;
}

.popupimage1 {
    height: 70px;
}

.popuptext1 {
    font-family: "Prompt";
    font-size: 0.7em;
    top: 30%;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 20px 30px;
    background: white;
    border-radius: 5px;
    position: relative;
}

.popupbtn1 {
    font-size: 1.2em;
    background: whitesmoke;
    color: black;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0 5px lightgrey;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.popupbtn1:hover {background-color: #f5f5f5;}

.popupbtn1:active {
    box-shadow: 0 2px lightgrey;
    transform: translateY(3px);
}

.doc {
    font-family: "Prompt";
    margin: auto;
    padding-top: 15px;
}
/*page 1 and 2*/
.alert-box {
	background-color: white;
	color: rgb(59, 59, 59);
	font-size: 14px;
	line-height: 23px;
	padding: 20px 50px;
    font-family: "Prompt";
    height: 300px;
    opacity: 0.7;
    border-radius: 5px;
    border-style: none;
    margin: 10px;
}

.alert-box .badge {
	background-color: #6c90be;
	border-radius: 4px;
	color: #fff;
	margin-left: 4px;
    margin-right: 4px;
	padding: 6px 5px 5px 4px;
	font-weight:bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.alert-box .def {
    color: black;
    font-size: 22pt;
    text-align: left;

}

.alert-box .li{
    padding-bottom: 5px;
    color: black;
    font-size: 20pt;
}

li {
    margin-bottom: 10px;
}

ol {
    margin-top: 10px;
}

.input {
    margin-left: 50px;
}

.input1 {
    font-family: "Prompt";
    font-size: 15pt;
    text-align: center;
    position: static;
    top: 100px;
    border-spacing: 5mm;
}

.thaiid {
    font-family: "Prompt";
    border-style: none;
    border-radius: 5px;
}

.month {
    margin-left: 155px;
}

.year1 {
    margin-left: 146px;
}

.year {
    margin-left: 117px;
}

.org {
    margin-left: 117px;
}

.org1 {
    margin-left: 147px;
}

.monthselect {
    width: 50%;
}

.yearselect2 {
    width: 50%;
}

.yearselect {
    width: 50%;
}

.orgselect {
    width: 50%;
}

.orgselect1 {
    width: 50%;
}

.form{
    font-family: "Prompt";
    border-radius: 5px;
    border-style: none;
    background: rgba(140, 185, 223, 0.877);
    width: 60%;
    height: 20%;
    margin-bottom: 2em;
    margin-top: 3.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    box-shadow: 5px 5px 2.5px lightgrey;
    opacity: 0.9;
}

.download-button {
    margin: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

.homeButton {
    background-color: #99f5c7;
    box-shadow: 0 5px #acf5d0;
}

.homeButton:hover {background-color: #c4f3db;}

.homeButton:active {
    box-shadow: 0 2px #bef8db;
    transform: translateY(3px);
}

select {
    font-family: "Prompt";
    font-size: 1em;
    border-style: none;
    border-radius: 0.2em;
    text-align: center;
    color: grey;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
}

input {
    font-family: "Prompt";
    font-size: 1em;
    border-style: none;
    border-radius: 0.2em;
    text-align: center;
    color: grey;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

option {
    font-family: "Prompt";
}

button {
    font-family: "Prompt";
    font-size: 1em;
    border-style: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    padding: 2px 10px 2px 10px;
    box-shadow: 0 5px lightgrey;
}

button:hover {background-color: #f5f5f5;}

button:active {
    box-shadow: 0 2px lightgrey;
    transform: translateY(3px);
}

body {
    font-size: larger;
    background-color: #edeeee;
}

label {
    font-family: "Prompt";
}

span {
    font-family: "Prompt";
}

.bgimg {
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    font-family: "Prompt";
    font-size: 9pt;
    color: gray;
    opacity: 0.9;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
}
