body {
	font-family: "Poppins", "open sans", "segoe ui", "arial";
	font-weight: 400;
	font-size: 15px !important;
	margin: 0;
	color: #616161;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	/*background: #f1f4f6;*/
	background: #5FBDFF;
}

#tabel-data_processing>div {
	display: none;
}

tr.row-number td {
	vertical-align: middle;
}

#tabel-data_processing {
	width: 60px;
	height: 60px;
	border-radius: 15px;
	background: #eef1f8;
	margin: auto;
	top: calc(50% - 75px);
	left: calc(50% - 30px);
}

#tabel-data_processing>span {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center !important;
	height: 100%;
}

.toast-container {
	z-index: 3;
}

.navbar-footer {
	z-index: 2;
}

.show-mobile-d-flex {
	display: none !important;
}

.navbar-footer {
	padding: 0;
}

.navbar-footer .nav-link {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-footer .active {
	background: #FE7A36;
	color: #dfe7f5;
}

.bg-lightgrey {
	background-color: #eef0f3;
}

.form-inline input,
.form-inline select {
	float: left;
	width: auto;
}

.jwd-file-picker-modal .wdi-modal-body {
	margin-bottom: 110px !important;
}

.jwd-file-picker-modal .wdi-modal-footer {
	bottom: 45px !important;
}

#page-content>.card {
	min-height: 100vh;
}

.sidebar-mobile .sidebar-body {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.img-profile {
	text-align: center;
}

.sidebar-mobile nav a:hover {
	background: #eeeeee;
}

.sidebar-mobile .offcanvas-header img {
	width: 100%;
	max-width: 187px;
}

.page-wrapper {
	padding: 20px 30px;
	margin: 20px 20px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 75px;
}

.card-body {
	padding: 25px 30px;
	padding-bottom: 75px;
}

.card-header {
	padding-left: 30px;
	padding-top: 20px;
}

.btn-mobile {
	display: none;
	height: 100%;
}

.btn:focus {
	outline: none !important;
}

/* Style untuk tombol kalkulator */
.modal-bodykalkulator {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal-bodykalkulator button {
	width: 22%;
	margin: 5px;
	font-size: 1.5rem;
}

/* Style untuk tombol angka */
.modal-bodykalkulator .number-button {
	background-color: #f0f0f0;
}

/* Style untuk tombol tambah, kurang, dan sama dengan */
.modal-bodykalkulator .operator-button {
	background-color: #ff9900;
	color: white;
}

/* Style untuk input kalkulator */
#kalkulatorInput {
	width: 100%;
	height: 50px;
	font-size: 1.5rem;
	text-align: right;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

/* Style untuk tombol selesai */
/* .modal-footer .btn-primary {
	background-color: #007bff;
} */

/* Style untuk versi mobile */
@media only screen and (max-width: 600px) {
	.modal-bodykalkulator button {
		width: 20%;
		margin: 5px;
		font-size: 1rem;
	}

	#kalkulatorInput {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 960px) {
	.toast-container {
		display: none;
	}

	.left-panel {
		background: none !important;
	}
}

@media screen and (max-width: 960px) {

	.hide-mobile {
		display: none;
	}

	.show-mobile-d-flex {
		display: flex !important;
	}

	.btn-mobile {
		display: block;
	}
}