.tools-container-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
.tools-container{
	width: calc((100%/3) - 2px);
	border: 1px solid;
	padding: 5px;
}
.tools-title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.ready-to-go{
	background-color: rgb(217, 255, 217);
}
/* harus ada tabel khusus kewajiban topup, saldo_topup_wajib */
/* setiap kali ada yang topup, catat dan akumulasikan pada tabel saldo_topup_wajib */
.laporan-operasi .laporan{
	display: flex;
	flex-wrap: wrap;
}
.laporan-operasi .laporan div{
	width: calc(100%/4);
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.laporan-operasi .laporan div:hover{
	background-color: #ddd;
}

ul li, ol li {
	line-height: 1.5;
}

.tac button {
	margin-top: 10px;
}

.tac input {
	margin-top: 5px;
}
/* 2024-10-01 18:56:58 */
.left-side{
	width: 240px;
}
.right-side{
	margin-left: 4px;
}
.operation-selected{
	display: none;
}
.operation-option,
.operation-header{
	border: 1px solid #aaa;
	color: #111;
	margin-bottom: 4px;
	cursor: pointer;
}
.operation-option:hover,
.operation-option:hover .title{
	background-color: #222;
	color: #fff;
}
.operation-option:hover .desc{
	background-color: #333;
}
.operation-option.aktif{
	background-color: #ccc;
}
.operation-option .title,
.operation-header .title{
	background-color: #aaa;
	font-weight: bold;
	height: 40px;
	display: flex;
	align-items: center;
}
.operation-header .title{
	font-size: 28px;
}
.operation-option .title,
.operation-option .desc{
	padding: 4px;
}
.operation-option .desc{
	display: none;
}
.operation-option p{
	line-height: 1;
	margin: 0;
}
table.laporan td{
	font-size: 11px;
}

.confirm-hapus-deliv-code {
	align-content: center;
}

.confirm-hapus-deliv-code .popup-inner {
	max-width: 400px;
	height: auto;
	background: #125d72;
	border: 0;
	padding: 40px;
}

.confirm-hapus-deliv-code .warning {
	color: yellow;
  	font-size: 100px;
}

.confirm-hapus-deliv-code .popup-content {
	overflow-y: unset;
	color: white;
	color: white;
  	line-height: 1.5;
}

.btn-aqua {
	background: aqua;
  	border: aqua;
}

.btn-aqua:hover {
	background: aqua;
  	border: aqua;
}

.btn-red {
	background: #fb4a4a;
	border: #fb4a4a;
}

.btn-red:hover {
	background: #fb4a4a;
	border: #fb4a4a;
}

/* dujb */
.dujb table.laporan tbody td{
	font-size: 11px;
	font-family: consolas, corurier, monospace;
}

/* lot */
.lot-menu{
	width: 220px;
}
.lot-data{
	width: calc(100% - 220px);
}
.lot-apps{
	display: none;
}
.lot-title{
	font-size: 28px;
	font-weight: bold;
	background: #ddd;
}