body{
	background-color: #eff1f5;
}
label{
	font-size: 2rem;
	margin-bottom: 0px;
	color: #333;
}
::placeholder{
	color: #8e8e8e !important;
	font-family: 'TrueLight';
}
.text-light{
	color: #333 !important;
	font-family: 'TrueLight';

}
.flex{
	display: flex;
}
.flex-center{
	align-items: center;
}
.text-small{
	font-size: 20px;
}
.box-btn-submit{
	margin: 2rem 0;
}
.box-btn-submit button{
	min-width: 130px;
	font-size: 1.5rem;
}
.file-btn input[type="file"] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	width: 100px;
	height: 36px;
	font-size: 0;
}
.btn-orange{
	background-color: #F5911D;
	border:0px;

}
.btn-orange:hover,.btn-orange:focus{
	background-color: #FF8902;
	outline: none;
	box-shadow: none;
}
.gray-txt-2 {
	color: #808080;
}
.file-btn {
	position: relative;

	cursor: pointer;
	width: 80px;
	background-color: #F5911D;
	min-width: 100px;
	text-align: center;
	height: 36px;
	color: white;
}
.form-control{
	height: 44px;
	border-radius: 0px;
	font-size: 26px;
}
.form-orange .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #f39131;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(243, 145, 49, .25);
}
.mt-0{
	margin-top:0px;
}
.mb-0{
	margin-bottom:0px;
}
.box{
	
	background-color:#fafafa;
	margin-bottom: 1rem;
	margin-top: 2rem;
	display: flow-root;
}
.box-upload{
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 30px;
}
.title-4,.title-6{
	display: block;
	font-family: 'TrueLight';
}
.title-4 {
	font-size: 2.5vw;
	line-height: 1em;
}

.title-6 {
	margin-top: 7px;
	margin-bottom: 15px;
}
.head-title{
	background-color: #eff1f5;
	color: #545454;
	padding: 10px 15px;
}
.body-content{
	padding: 15px;
	max-width: 730px;
	margin: auto;
}
.label-heading {
	display: block;
	color: #333;
	margin-bottom: 10px;
}
.box-info{
	line-height: 22px;
	margin-left: 15px;
}
.text-head-title{
	font-family: 'TrueLight';
	font-size: 2rem;
}
.header-name{
	line-height: 22px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.header-name .text-header{
	font-size: 3rem !important;
}
[data-toggle="collapse"] .fa:before {   
	content: "\f078";
	color: #f39534;
	font-size: 1.5rem;
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f054";
}
[data-toggle="collapse"].collapsed{
	text-decoration: none;
}
.text-collapse-link{
	color: #656565;
	font-size: 1.7rem;
}
.collapse-upload-img .card{
	border:0px;
	border-top: 1px solid #ddd;
}
.collapse-upload-img .card:first-child{
	margin-top: 1rem;
	border-top: 0px;
}
.collapse-upload-img .btn-link{
	color: transparent;
}

.collapse-upload-img .card-header {
	background-color: rgb(244, 244, 244);
	border-bottom: 0px; 
	padding: .5rem 1.25rem;
}
.display-frame {
	display: block;
	width: 330px;
	padding: 20px 15px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	border: 2px dashed #bcbcbc;
	margin-bottom: 20px;
}
.display-img {
	width: auto;
	height: 180px;
}
.display-img.sample-img-1 {
	background-image: url(../images/thai-id-sample-01.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 78% auto;
}
.display-img.sample-img-profile {
	background-image: url(../images/profile1.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 40% auto;
}

.display-img {

	margin: 0 auto;
	background-color: #eee;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.file-box-style .file-btn {
	margin: auto;
	margin-top: 15px;
}

.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 2rem;
	cursor: pointer;
	font-size: 27px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
	background-color: #f39131;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 9px;
	top: 3px;
	width: 8px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-check{
	width: fit-content;
	margin: auto;
}
.text-uppercase{
	text-transform: uppercase;
}
.width-text-alert{
	max-width: 28vw;
	margin: auto;
	font-size: 1.6rem;
	line-height: 1;
}
.text-orange{
	color: #f39131;
}
.icon-img{
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.text-red{
	color: #ee3124;
}
.logo-blackcard{
	background-image: url(../images/bg-black.png);
	height: 70px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 58% auto;
	background-color: black;
	margin: 0 -15px;
	color: #f0e2c9;
	font-family: 'TrueBold';
}
.text-blackcard{
	font-size: 3.8rem;
	text-align: center;
	text-shadow: 10px 5px 13px #0000009e;
}
.img-card{
	margin-top: 1rem;
	margin-bottom: 1rem;
}