@font-face {
	font-family: "TTCommons";
	font-style: normal;
	font-weight: 700;
	src: url("https://assets.jago.com/web-assets/public/fonts/TTCommons-Bold.woff") format("woff"), url("https://assets.jago.com/web-assets/public/fonts/TTCommons-Bold.woff2") format("woff2");
}

* {
	box-sizing: border-box;
}

body {
	font-family: calibri;
	background: #f1f1f1;
	padding: 0px;
	font-family: arial;
}

a.tombol {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.7);
	transition: all 0.2s ease;
	text-align: center;
}

a.tombol:hover {
	background-color: #cbf9ff;
}

a.tombol,
a.tombol:active {
	background-color: #6bdae9;
	color: #0492a5;
}

input,
select,
textarea {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.7)
}

#kiri {
	position: relative;
	max-width: calc(100% - 320px);
}

#kiri .imgBox {
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	width: 500px;
	opacity: 0;
	transition: all 0.2s ease;
}

#kiri .imgBox img {
	width: 100%;
}

#kiri .imgBox>div {
	position: absolute;
	padding: 5px;
	color: #565252;
	background: #fff;
}

.imgBox span {
	color: #df7e00;
}

.rp {
	right: 22px;
	top: 324px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px !important;
}

#kiri .imgBox>div.rp.jago {
	font-family: "TTCommons",
		Helvetica,
		Arial,
		sans-serif;
	font-size: 37px;
	color: #0a0a0a;
	top: 292.49px;
	width: 400px;
	right: auto;
	left: 51px;
	padding-left: 5px !important;
	padding-right: 10px !important;
	filter: blur(0.4px);
}

.usd {
	right: 22px;
	top: 419px;
	font-size: 18px;
}

.posisi {
	background: #c4edf3 !important;
}

.rate {
	right: 43px;
	top: 464px;
	font-size: 19px;
}

/**** Kanan *****/
#kanan {
	background-color: #669fd4;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	box-shadow: -10px 0 5px -2px #888;
	padding: 20px 10px;
}

#kanan>div {
	margin-bottom: 10px;
}

.label {
	position: absolute;
	color: #666;
	margin: 5px 0 0 10px;
}

.pilih-file-gambar {
	text-align: center;
}

.pilih-file {
	display: none;
}

.nama-file,
.cari-nama-file,
.Tanggal,
.Harga,
.InpVendor,
.lebar,
.Json {
	width: 100%;
	font-weight: bold;
}

.InpVendor {
	padding-left: 60px
}

.Tanggal {
	padding-left: 80px
}

.Harga {
	padding-left: 70px
}

.Json {
	height: 100px;
}

.list-akun {
	position: absolute;
	right: 20px;
	width: 350px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	max-height: 300px;
	overflow-y: scroll;
	z-index: 1;
}

.list-akun a {
	padding: 5px 10px;
	cursor: pointer;
	display: block;
}

.list-akun a:hover {
	background-color: #7fecd1;
}

.lebar {
	padding-left: 100px
}

.kanan-bawah {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 300px;
	text-align: center;
	padding: 20px 10px;
}

.kanan-bawah a:first-child {
	margin-right: 20px;
}

.kanan-bawah .upload:hover {
	background-color: #25e70c;
}

.kanan-bawah .download:hover {
	background-color: #0672ff;
}

.kanan-bawah .download,
.kanan-bawah .download:active {
	background-color: #0c40ec;
	color: #fff;
}

.kanan-bawah .upload,
.kanan-bawah .upload:active {
	background-color: #19c522;
	color: #fff;
}