.xbutton,
.xbutton {
	margin-left: 10px;
	background-image: linear-gradient(#f7f8fa, #e7e9ec);
	border-color: #adb1b8 #a2a6ac #8d9096;
	border-style: 1px solid #333;
	border-width: 1px;
	border-radius: 5px;
	box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 inset;
	box-sizing: border-box;
	color: #0f1111;
	cursor: pointer;
	display: inline-block;
	font-family: "Amazon Ember", Arial, sans-serif;
	font-size: 14px;
	height: 29px;
	outline: 0;
	overflow: hidden;
	/* padding: 0 11px; */
	padding: 0 11px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	/*margin-right: 10px;*/
	width: auto;
}

.xbutton,
.xbutton :active {
	border-bottom-color: #a2a6ac;
}

.xbutton,
.xbutton :active:hover {
	border-bottom-color: #a2a6ac;
}

.xbutton,
.xbutton :hover {
	border-color: #a2a6ac #979aa1 #82858a;
}

.xbutton {
	margin: 0 5px; /* Tambahkan jarak antar tombol */
}

.form-control {
	display: inline-block; /* Membuat input dan tombol pada satu baris */
}
