.jumbotron {
	position: relative;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background-color: #fff;
}

.masthead h2 {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.25;
}

.masthead h1 {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: 700;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.masthead {
	width: 100%;
	margin-bottom: 0;
}

.container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.file {
	position: relative;
	display: flex;
	width: 280px;
	border-radius: 8px;
	height: 42px;
	background: #409eff;
	overflow: hidden;
	color: #ffffff;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	transition: .3s;
	font-size: 16px;
	font-family: sans-serif;
	margin-bottom: 20px;
}

.file input {
	height: 42px;
	width: 280px;
	font-size: 10rem;
	right: 0;
	top: 0;
	opacity: 0;
	background: #666;
}

.file span {
	position: absolute;
}

.file:hover {
	background: #66b1ff;
	border-color: #66b1ff;
	color: #ffffff;
	text-decoration: none;
}

.custom {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 70px;
	line-height: 30px;
}

.left,
.right {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: auto 30px;
	color: rgba(0, 0, 0, .7);
}

.input_color {
	display: block;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 12px;
	width: 80px;
	height: 42px;
	background: transparent;
	padding: 0;
}

#select_number {
	display: block;
	width: 80px;
	height: 42px;
	border-radius: 12px;
	padding: 0px 12px;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 15px;
	font-family: sans-serif
}

.input_color[type='color']::-webkit-color-swatch-wrapper {
	padding: 0;
}

.input_color[type='color']::-webkit-color-swatch {
	border: 0;
	border-radius: 10px;
}

.thumbnail {
	display: block;
	height: 310px;
	padding: 2px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 310px;
	max-height: 310px;
	min-width: 310px;
	min-height: 310px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 8px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

#last {
	padding: 1px;
	position: relative;
}

#show {
	height: 100%;
	position: relative;
}

#show img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

#last img {
	width: 33.33333%;
	height: 33.333333%;
	padding: 1px;
	float: left;
}



#last img:nth-child(1) {
	border-radius: 8px 0 0 0;
}

#last img:nth-child(3) {
	border-radius: 0 8px 0 0;
}

#last img:nth-child(7) {
	border-radius: 0 0 0 8px;
}

#last img:nth-child(9) {
	border-radius: 0 0 8px 0;
}

#last img:nth-child(10),
img:nth-child(11),
img:nth-child(12),
img:nth-child(13),
img:nth-child(14),
img:nth-child(15),
img:nth-child(16),
img:nth-child(17),
img:nth-child(18),
img:nth-child(19) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

#imgBox {
	position: absolute;
	top: 44%;
	width: 310px;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, .3);
}

#imgBox img {
	width: 20px;
	height: 20px;
	margin: auto 5px;
}

#imgBox .imgBoxmain {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#imgBox2 {
	/* display: flex; */
	position: absolute;
	top: 47%;
	width: 100%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, .3);
}

#imgBox2 img {
	width: 20px;
	margin: auto 5px;
}

#imgBox2 .imgBox2main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#status {
	color: green;
	transition: .3s;
}

#status text {
	transition: .3s;
}

.btn {
	width: 120px;
	margin: auto 20px;
	border-radius: 8px;
	height: 42px;
	overflow: hidden;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	transition: .3s;
	font-size: 16px;
	font-family: sans-serif;
	margin-bottom: 20px;
	border: none;
}

.btn-info {
	background: #409eff;
}

.btn-info:hover {
	background: #66b1ff;
	border-color: #66b1ff;
	color: #ffffff;
	text-decoration: none;
}

.btn-success {
	background: #68cb68;
}

.btn-success:hover {
	background: #7ddd7d;
}

.generate {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: auto 0 20px;
}

.footer {
	background: rgba(0, 0, 0, .05);
	width: 280px;
	display: flex;
	height: 42px;
	border-radius: 8px;
	align-items: center;
	position: relative;
}

.footer span{
	font-size: 15px;
	width: 191px;
	margin:0 5px;
	text-align: center;
}

.footer a{
	right: 4px;
	width: 70px;
	height: 34px;
	border-radius: 6px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #EF5350;
	transition: .5s;
}

.footer a:hover{
	background: #E57373;
}
