/* body {
	background-color: #f0f0f0 !important;
} */

.card-style {
	margin-bottom: 10px !important;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

#page {
	min-height: 100vh !important;
}

.border-yellow-left {
	border-left: 5px solid #ebb202 !important;
}

.border-magenta-left {
	border-left: 5px solid #5831bd !important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5) !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paket_musim {
	min-height: 150px;
}

/* .paket_musim:hover {
	background-color: #f8f9fa;
} */

body.theme-dark .paket_musim:hover {
	background-color: #21252a;
}

.paket-upline:hover {
	background-color: #5831bd;
}

/* detail paket */




@media only screen and (min-width: 950px) {
	body {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#footer-bar {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.header {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.page-title {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.card {
		max-width: 950px;
	}

	.card-fixed {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.menu-active.menu {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.menu {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.img-payment {
		width: 100px;
	}

	.notification {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.modal-content {
		width: 950px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	iframe html body {
		width: 950px !important;
		background-color: #ecf0ef !important;
		/* margin-left: auto !important;
        margin-right: auto !important; */
	}
}