body{

}


.arimo-font {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
 
  font-style: normal;
  color: #6f6f6f;
}
.main{
width:560px;
margin: 0 auto;
background: #eaeaea;
}
h2{
	text-align: center;
	color:#000;
}
h6,h5{
	color: #6f6f6f;
}
h5{
	margin-top: 20px;
}
.form-wrap{
	padding: 20px;
}
.form-control,.form-control:active,.form-control:focus{
	color: #6f6f6f;
}
.form-label{
	 font-weight: 500;
	 color: #727272;
}
.form-label span{
	color:red;
}
.form-check-input[type=radio]{
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
}
.form-check-inline {
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
}
.bank-wrap{
	margin-top:25px;
}
.declaration__wrap{
	margin-top: 30px;
}
.qrcode{
	display: flex;
    align-items: flex-end;
}
#receipt{
	opacity: 0;
}
.receipt-wrap {
    background: #d0d0d0;
    padding: 10px 25px;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
.uplodbtn {
    background: #dddddd;
    color: #818181;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}
#uploadimg{
	max-height: 104px;
	width: auto;
	cursor: pointer;
}
body.modal-open {
    overflow: hidden;  /* Prevent scrolling */
    background-color: rgba(0, 0, 0, 0.5); /* Darken the page with overlay */
}
.notice {
    text-align: center;
    color: #6c6666;
    font-weight: 200;
    font-size: 11px;
}
.modal-body {
    margin: 0 auto;
}
.errorMessage {
    font-size: 12px;
    color: red;
}
label.form-check-label {
    font-size: 15px;
}
@media screen and (max-width: 600px) {
.main{
width:100%;
margin: 0 auto;
background: #eaeaea;
}
.receipt-wrap {
    background: #d0d0d0;
    padding: 10px 25px;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
}