@font-face {
    font-family: Kanit-Regular;
    src: url("/assets/font/Kanit-Regular.ttf");
}
@font-face {
    font-family: Kanit-Light;
    src: url("/assets/font/Kanit-Light.ttf");
}

#sampleImage, #sampleProofImage {
    display: block;

    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

body {
    /* background-color: #efeff2; */
    margin: 0 auto;
    padding: 0;
}

.container {
    margin: 0 auto;
}

.wrapper {
    border-radius:20px;
}

.responsive {
    width: 100%;
    height: auto;
}

.title-container {
    border-radius:10px;
    background: #cb6b3c;
    color: white;
    padding:15px;
    font-family: Kanit-Regular;
}

.pdpa-message {
    border-radius: 10px;
    padding:15px 15px 5px 15px;
    font-family: Kanit-Light;
    border: solid 1px #cb6b3c;
}

label {
    font-weight: 700;
    font-family: Kanit-Regular;
}

input, select, small {
    font-family: Kanit-Light;
}

.h4 {
    font-size: 20px;
}

input[type="checkbox"], input[type="radio"]  {
    width: 18px;
    height: 18px;
}

.upload-image {
    border: dashed 2px #638177;
    border-radius: 10px;
    padding: 50px 20px;
    cursor: pointer;
}

a:hover, button:hover {
    text-decoration: none;
    color: none;
}

.btn-image, .btn-image:hover {
    background-color: #638177;
    color:white !important;
}

.btn-submit, .btn-submit:hover {
    background-color: #638177;
    color:white !important;
    font-family: Kanit-Regular;
    border-radius: 10px;
}

/* AUTOCOMPLETE  */
/* Overwrite container height and width */
.select2-container .select2-selection--single {
  height: 40px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  /* border-radius: 25px !important; */
  border-color: #dbdfe6 !important;
}

/* Text inside select box */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 20px !important;
}

/* Dropdown arrow */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  top: 0 !important;
}
/* AUTOCOMPLETE  */

@media (max-width: 600px) {
    .h4 {
        font-size: 18px;
    }
    .h5, h5 {
        font-size: 17px;
		font-weight:600;
    }
    label {
        font-size: 15px;
    }
	p {
		font-size: 14px;
	}
}


