/* ================================================
www.thaitrien.com
================================================ */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,400);
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Francois+One&display=swap');
* {
	margin: 0px;
	padding: 0px;
}
.main-content{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.cropit-image-preview {
	background-color: #f8f8f8;
	background-size: cover;
	width: 1000px;
	height: 1000px;
	cursor: move;
}

.cropit-image-background {
	opacity: .2;
	cursor: auto;
}

.image-size-label {
	margin-top: 20px;
	font: 16px Open Sans;
	font-weight: bold;
    color: #444349;
}

input {
	display: block;
}

.export {
	margin-top: 10px;
}

#leCanvas{
	position: absolute;
	top:0px;
	pointer-events: none;
}

.column{
	float: left;
}

.column:nth-child(1){
	width: 1000px;
	padding-right: 20px;
}

.column:nth-child(2){
	width: 400px;
	margin-top: 100px;
}

.cropit-image-input{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}

.select-image-btn{
	margin-top: 10px;
	font: 16px Open Sans;
	background: #1D84FF;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
/*	-webkit-box-shadow: 0 2px #3784aa;*/
/*	box-shadow: 0 2px #3784aa;*/
}

.export, #dl{
	font: 16px Open Sans;
	border: none;
	background: #1D84FF;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
/*	-webkit-box-shadow: 0 2px #b45831;*/
/*	box-shadow: 0 2px #b45831;*/
}

#dl{
	background: #2FB163;
}

.note{
	font: 16px Open Sans;
}

/* #rotate_left, #rotate_right{
	padding: 7px 10px;
	font-size: 20px;
	margin-top: 10px;
} */

.checkbox input{
	float: left;
}

.move_logo{
	margin-top: 10px;
}
.footer{
    padding-top: 15px;
	font: 20px Open Sans, sans-serif;
    width: 990px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
#stateCombo{
    font: 16px Open Sans;
}