.pembungkus_btn{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.pembungkus_btn_aksi{
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}
.pembungkus_btn_aksi .btn_aksi{
	font-size: 11px;
	padding: 5px;
	border-radius: 4px;
	width: 70px;
	color: white;
	border: none;
	cursor: pointer;
	box-shadow: 2px 2px 4px #4a4a4ac9;
	transition: 0.5s;
}
.pembungkus_btn_aksi .btn_aksi:hover{
	box-shadow: 2px 2px 4px #4a4a4a00;
}

.pembungkus_btn_cari {
    display: flex;
    align-items: center;
    padding: 5px 10px;
/*    justify-content: space-between;*/
}
.pembungkus_btn_cari .btn_cari{
	font-size: 11px;
	padding: 5px 10px;
	margin: 4px 4px;
	border-radius: 4px;
	color: white;
	border: none;
	cursor: pointer;
	box-shadow: 2px 2px 4px #4a4a4ac9;
	display: flex;
	transition: 0.5s;
	align-items: center;
	justify-content: center;
}
.pembungkus_btn_cari .btn_cari:hover{
	box-shadow: 2px 2px 4px #4a4a4a00;
}
.pembungkus_btn_cari a.btn_cari ion-icon{
	font-size: 17px;
	margin-right: 5px;
}

.pembungkus_btn_cari button.btn_cari ion-icon {
	font-size: 17px;
	margin-right: 5px;
}

.btn_pertama {
	font-size: 12px;
    width: 100%;
/*    height: 40px;*/
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn_kuning{
	background: #FCA000;
}

.btn_biru{
	background: #3b82f6;
}
.btn_hijau{
	background: #009688;
}
.btn_merah{
	background: #ef4444;
}
.btn_oren{
	background: #f97316;
}

.btn-efek {
	border: none;
	color: #121212;
}
.btn-efek:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	box-shadow:
	-7px -7px 20px 0px #fff9,
	-4px -4px 5px 0px #fff9,
	7px 7px 20px 0px #0002,
	4px 4px 5px 0px #0001;
	transition: all 0.3s ease;
}
.btn-efek:hover {
	color: #000;
}
.btn-efek:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}
.btn-efek:active {
	top: 2px;
}

.pem_add_row{
	display: flex;
	justify-content: center;
	align-items: center;
}    
.pem_add_row .btn_add_row{
	cursor: pointer;
	border: 1px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	font-size: 14px;
	background: #4CAF50;
}

