.card-form {
}
.card-form .form-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	background: #27ae60;
	border-radius: 10px 10px 0 0;
}
.card-form .form-body {
	padding: 10px;
}
.card-form .form-body .row {
	display: flex;
	justify-content: space-around;
	padding: 10px;
	flex-direction: row;
}
.card-form .form-body .row input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 95%;
	margin: 0 15px;
	height: 35px;
	padding: 5px 15px;
	border-radius: 5px;
	outline-color: #274e8b;
	border: none;
	background: #e8ebed;
	color: #576366;
	font-size: 14px;
}
.card-form .line {
	height: 2px;
	background: #e8ebed;
	margin: 0px 35px;
}
.card-form .form-footer {
	margin: 0 25px 15px 25px;
	padding: 15px 10px;
}
.card-form .form-footer span {
	margin-left: 8px;
}
.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #0000000a;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pembungkus_btn{
	padding: 5px;
	margin-bottom: 30px;
	align-items: center;
	width: 75%;
	display: flex;
	justify-content: flex-start;
}
.pembungkus_btn .btn {
	font-family: Poppins, sans-serif;
	margin: 0px 10px;
	margin-bottom: 15px;
	border: 1px solid black;
	border-radius: 6px;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0.3rem 0.3rem #111827;
	color: #ffffff;
	transition-duration: 0.2s;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-transform: uppercase;
}
.pembungkus_btn .btn:hover {
	transform: scale(1.01);
	box-shadow: 0rem 0rem #111827;
	filter: brightness(90%);
}
.merah{
	background: #FF6961;  
}
.kuning{
	background: #FFB54C;
}
.hijau{
	background: #406b58;
}
.biru{
	background: #3F51B5;
}
.ungu{
	background: #d12ed1;
}
.lime{
	background: #8BC34A;
}
.aqua{
	background: #00BCD4;
}
.maron{
	background: #800000;
}
.olive{
	background: #808000;
}
.abu{
	background: #8f8f8f;
}
