@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');


*,
ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

a,
a:hover {
	text-decoration: none;
}

body {
	background: #f2f5f7;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}

.tutup {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.big {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.f-12 {
	font-size: 12px;
}

.wrapper {
	width: 450px;
	margin: auto;
	height: 100vh;
	background: #fff;
	overflow-y: scroll;
	position: relative;
	/* padding-bottom: 70px; */
	display: none;
}

.top-menu {
	padding: 8px 15px;
	background: rgb(255, 0, 0);
	background: linear-gradient(313deg,
			rgba(255, 0, 0, 1) 0%,
			rgba(208, 0, 0, 1) 100%);
}

.top-menu ul {
	display: flex;
	align-items: center;
}

.top-menu ul a {
	color: white;
	font-size: 20px;
}

header,
.content {
	padding: 0 15px;
}

.page {
	height: 100px !important;
	background: #f90716 !important;
	width: 100%;
	position: relative;
	padding: 20px 10px;
	color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.slider,
.banner {
	position: relative;
}

.slider img,
.banner img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 10px;
}

.slider ul li {
	height: 200px;
}

.slider ul li,
.banner ul li {
	height: 200px;
}

.banner ul li {
	height: 100px;
}

.owl-dots {
	display: none;
}

.top-profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.thumbnail-sm {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.137);
}

.thumbnail-md {
	border-radius: 100%;
	width: 45px;
	height: 45px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.137);
}

.feature {
	border-radius: 5px;
}

.feature ul {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.feature li {
	text-align: center;
	font-size: 12px;
	display: inline-flex;
	border-radius: 7px;
	align-items: center;
	justify-content: center;
}

.feature ul li i {
	color: #f90716;
	font-size: 20px;
}

.feature span {
	background: #fff;
}

.menu-bottom {
	position: fixed;
	bottom: 0;
	width: 450px;
	z-index: 9999;
}

.report ul li {
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin: 7px 0;
	display: block;
}

.report ul li .card {
	transition: 0.5s;
}

.report ul li a {
	color: #444;
}

.report ul li .card:hover {
	background: #ccc;
}

.count ul {
	display: flex;
	justify-content: space-between;
}

.menu-bottom ul {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 50%;
	width: 450px;
	bottom: 0;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.137);
}

.menu-bottom ul li {
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	flex: 1;
	padding: 8px;
}

.menu-bottom ul li i {
	font-size: 20px;
	color: #f90716;
}

.menu-bottom ul li.add a {
	background: #f90716;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 30px;
	display: block;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 8px solid #fff;
	margin-top: -45px;
	box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.137);
}

.menu-bottom ul li.add a i {
	color: white !important;
}

.menu-bottom ul li.add a i {
	font-size: 26px;
}

*::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

*::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #b91646;
	background-image: -webkit-linear-gradient(180deg,
			rgba(255, 255, 255, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.2) 75%,
			transparent 75%,
			transparent);
}

.border-warning {
	border-left: 4px solid #fd9f11;
}

.border-danger {
	border-left: 4px solid #f90716;
}

.border-success {
	border-left: 4px solid #00a19d;
}

.badge-md {
	border-radius: 3px;
	padding: 4px 9px;
	font-size: 11px;
	font-weight: 500;
}

.badge-warning-soft {
	background: #ffc70d;
	color: #444;
}

.badge-success-soft {
	color: white;
	background: #00a19d;
}

.badge-danger-soft {
	color: white;
	background: #e2123f;
}

.init {
	background: #f90716;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 600;
}

.top-report {
	position: relative;
	margin-top: 10px;
	color: white;
	overflow-x: scroll;
	padding: 20px 0;
}

.top-report::-webkit-scrollbar {
	display: none;
}

.top-report ul {
	display: flex;
	width: 150%;
}

.top-report ul li {
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	width: 120px;
	margin-right: 5px;
}

.top-report ul li:first-child {
	background-image: linear-gradient(135deg, #f1cd14 10%, #f16129 100%);
	-webkit-box-shadow: 0 10px 15px -6px rgba(243, 124, 13, 0.5);
	-moz-box-shadow: 0 10px 15px -6px rgba(243, 124, 13, 0.5);
	box-shadow: 0 10px 15px -6px rgba(243, 124, 13, 0.5);
}

.top-report ul li:nth-child(2) {
	background-image: linear-gradient(135deg, #97abff 10%, #123597 100%);
	-webkit-box-shadow: 0 10px 15px -6px rgba(43, 0, 160, 0.5);
	-moz-box-shadow: 0 10px 15px -6px rgba(43, 0, 160, 0.5);
	box-shadow: 0 10px 15px -6px rgba(43, 0, 160, 0.5);
}

.top-report ul li:nth-child(3) {
	background-image: linear-gradient(135deg, #65fdf0 10%, #1d6fa3 100%);
	-webkit-box-shadow: 0 10px 15px -6px rgba(4, 97, 151, 0.5);
	-moz-box-shadow: 0 10px 15px -6px rgba(4, 97, 151, 0.5);
	box-shadow: 0 10px 15px -6px rgba(4, 97, 151, 0.5);
}

.top-report ul li:nth-child(4) {
	background-image: linear-gradient(135deg, #69ff97 10%, #00e4ff 100%);
	-webkit-box-shadow: 0 10px 15px -6px rgba(0, 226, 102, 0.5);
	-moz-box-shadow: 0 10px 15px -6px rgba(0, 226, 102, 0.5);
	box-shadow: 0 10px 15px -6px rgba(0, 226, 102, 0.5);
}

.top-report ul li:nth-child(5) {
	background-image: linear-gradient(135deg, #FF9D6C 10%, #BB4E75 100%);
	-webkit-box-shadow: 0 10px 15px -6px rgba(209, 25, 126, 0.5);
	-moz-box-shadow: 0 10px 15px -6px rgba(209, 25, 126, 0.5);
	box-shadow: 0 10px 15px -6px rgba(209, 25, 126, 0.5);
}

.top-report h3 {
	font-size: 20px;
	font-weight: 700;
}

.top-report h3 i {
	font-size: 20px;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.705);
}

.top-report span {
	font-size: 11px;
}

.bg-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.507);
	z-index: 9999;
	display: none;
}

.font-weight-bold {
	font-weight: 600 !important;
}

aside {
	position: fixed;
	top: 0;
	left: -100%;
	width: 300px;
	height: 100vh;
	background: #fff;
	transition: 0.5s;
	z-index: 99999;
}

aside.show {
	left: 0;
}

aside .title-menu {
	background: rgb(255, 0, 0);
	background: linear-gradient(313deg,
			rgba(255, 0, 0, 1) 0%,
			rgba(208, 0, 0, 1) 100%);
	color: white;
	padding: 10px 20px;
}

aside ul li {
	border-bottom: 1px solid rgb(241, 241, 241);
}

aside ul li a {
	display: inline-block;
	padding: 10px 15px;
	color: #444;
}

aside ul li a i {
	width: 30px;
}

.notif {
	left: -3px;
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #faff00;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.search {
	background: #fff;
	border-radius: 3px;
	position: relative;
	padding: 2px;
	-webkit-box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.search i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #f90716;
}

.search input {
	width: 100%;
	background: transparent;
	border: none;
	padding: 8px 8px 8px 40px;
}

.search input:focus {
	border: none;
	outline: none;
}

.content-front {
	margin: -50px auto auto auto;
	width: 95%;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 18px;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.137);
}

label {
	font-size: 12px;
	font-weight: 600;
	color: #808080;
}

.top-menu-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 15px;
	background: #35dc7c;
}

.top-menu-page a {
	color: white;
}

.top-menu-page a i {
	font-size: 24px;
}

/* LOGIN FORM */
.login-form {
	width: 100%;
	height: 50vh;
	position: relative;
}

.login-form h5 {
	font-weight: 800;
	font-size: 30px;
	font-family: "Merriweather", serif;
}

.login-form img {
	width: 60% !important;
}

.wrapper-login label {
	font-weight: 700;
	font-size: 12px;
	color: #444;
}

.wrapper-login {
	margin: 70px auto auto auto;
	padding: 20px;
}

.bottom-content {
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}

.btn-main {
	font-weight: 700;
	padding: 10px 0;
	box-shadow: 0 6px 10px rgba(24, 24, 24, 0.356);
}

.btn-start {
	font-weight: 700;
	color: #fff;
	padding: 10px 0;
	box-shadow: 0 6px 10px rgba(248, 8, 8, 0.356);
	background: #f90716;
}

.input-text {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.input-text i {
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
	top: 50%;
	color: #f90716;
}

.input-text input {
	border: none;
	outline: none;
	background: none;
	width: 100%;
	padding: 10px 0;
}

.input-text input:focus {
	border: none;
	outline: none;
	background: none;
}

.btn-xs {
	font-size: 10px !important;
	padding: 2px 12px;
	font-weight: 600;
}

.form-group label {
	text-transform: uppercase;
	color: #444;
	font-weight: 700;
	margin-bottom: 3px !important;
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.541);
	z-index: 999;
	display: none;
}

.loading>div {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 10px 12px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 12px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 12px -6px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 20px 30px;
	border-radius: 5px;
	border: 1px solid rgb(228, 228, 228);
}

.timeline-update {
	position: relative;
}

.timeline-update::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #e2123f;
	border-radius: 3px;
}

.timeline-update li {
	margin-bottom: 20px;
	position: relative;
}

.timeline-update li::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 5px solid #e2123f;
}

.timeline-update li .timeline-card {
	margin-left: 20px;
	box-shadow: 0 7px 6px rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.timeline-update .timeline-card p {
	font-size: 12px;
	margin-top: 5px !important;
}

.timeline-update .timeline-card small {
	font-size: 12px;
	font-weight: 600;
}

.show-alert {
	position: fixed;
	top: -100%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	font-size: 16px;
	transition: .5s;
}

.show-alert.show {
	top: 10px;
}

.show-alert.hide {
	top: -100%;
}

.show-alert-body {
	border-radius: 3px;
	padding: 7px;
	color: white;
	text-align: center;
	font-weight: 400;
}

.bg-success-alert {
	background: #17D7A0;
	-webkit-box-shadow: 0 10px 15px -6px rgba(0, 226, 102, 0.5);
	-moz-box-shadow: 0 10px 15px -6px rgba(0, 226, 102, 0.5);
	box-shadow: 0 10px 15px -6px rgba(0, 226, 102, 0.5);
}

/* ACCORDION */
.accordion {
	border: 1px solid white;
	padding: 0 10px;
	margin: 0 auto;
	list-style: none outside;
}

.accordion>*+* {
	border-top: 1px solid white;
}

.accordion-item-hd {
	display: block;
	padding: 8px 0;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	color: #444;
	margin: 0;
}

.accordion-item-input:checked~.accordion-item-bd {
	max-height: 1000px;
	padding-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
}

.accordion-item-input:checked~.accordion-item-hd>.accordion-item-hd-cta {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.accordion-item-hd-cta {
	display: block;
	width: 30px;
	position: absolute;
	top: calc(50% - 6px);
	/*minus half font-size*/
	right: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.accordion-item-bd {
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
	transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}

.accordion-item-input {
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

.content-front img {
	width: 100%;
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
}

.fa-long-arrow-left {
	font-size: 20px;
}

@media only screen and (max-width: 768px) {
	*::-webkit-scrollbar {
		display: none;
	}

	.menu-bottom ul li.add a {
		width: 50px;
		height: 50px;
		border: 5px solid #fff;
	}

	.content-front p {
		font-size: 12px;
	}

	.wrapper-login label {
		font-size: 16px;
	}

	.btn-start,
	.btn-main {
		padding: 14px 0;
	}

	.wrapper,
	.menu-bottom,
	.menu-bottom ul {
		width: 100%;
	}

	aside {
		width: 250px;
	}

	.feature ul li i {
		color: #f90716;
		font-size: 24px;
	}

	.top-report ul {
		width: 180%;
	}
}
