@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
	font-family: 'Inter', serif;
}

.text-right {
	text-align: right;
}


.table> :not(caption)>*>* {
	--bs-table-bg: #1B1C1E;
	--bs-table-color-state: #FFF;
	--bs-border-width: 0px;
}

html,
body {
	height: 100%;
	background: #0F0F11;
}

body {
	position: relative;
	max-width: 100vw;
	display: block;
	box-sizing: border-box;
	overflow-x: hidden;
}

body {
	/*! display: -ms-flexbox; */
	/*! display: -webkit-box; */
	/*! display: flex; */
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	/*! padding-top: 40px; */
	padding-bottom: 40px;
	background-color: #0F0F11;
}


/* Override */
.form-control {
	/*
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px 16px;
	background: #1B1C1E;
	border-color: #666768;
	color: #E8E8E9;
	*/
	/* Forms 3 */

	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 16px;
	width: 100%;
	height: 36px;
	background: #1B1C1E;
	border: 1px solid #666768;
	border-radius: 5px;
	color: white;

	flex: none;
	order: 0;
	flex-grow: 0;

}

.form-control::-moz-placeholder {
	color: white;
	opacity: 1;
  }
  .form-control::placeholder {
	color: white;
	opacity: 1;
  }

.form-signin input {
	margin-bottom: 24px;
}

.btn-primary {
	color: #fff;
	background-color: #29727F;
	border-color: #29727F;

}

.btn-default {
	color: #969798;
	background-color: #1B1C1E;
	border-color: #49494B;
}

/* Global Variable */
* {
	color: #E8E8E9;
}

a.text-white:hover {
	color: #FFF;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}


/* LOGIN */
.login-body {
	background-color: #000;
	background-image: url('../img/login_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.login-body::after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	content: '-';
	background: rgba(0, 0, 0, .9);
	z-index: 0;
}


.form-signin {
	margin-top: 35px;
	max-width: 100%;
	border-radius: 10px;
	width: 416px;
}

.card-auth {
	padding: 32px 24px 32px 24px;
	background: #1B1C1EB2;
	margin-top: 35px;
	max-width: 100%;
	border-radius: 10px;
}

.card-auth .auth-head h3 {
	text-align: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #E8E8E9;
}

.card-auth .auth-head p {
	text-align: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #E8E8E9;

}

.card-auth .auth-head {
	margin-bottom: 30px;
}

.card-auth a:not(.btn) {

	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #E8E8E9;


}

.form-signin a.lp {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: -15px;
}

.card-auth .btn {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	align-items: center;
	padding: 10px 16px;
	background: #29727F;
	border-radius: 5px;
}


/* SIDEBAR */
#sidebar {
	z-index: 9;
	width: 130px;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	padding: 48px 0px;
	display: block;
	box-sizing: border-box;
	background-color: #0F0F11;
}

#sidebar .brand {
	width: 100%;
	display: block;
	text-align: center;
	height: 48px;
	margin: 7px 0px;
}

#sidebar .brand img.sidebar-brand-mini {
	display: block;
	position: relative;
	margin: 0px auto;
	max-height: 33px;
}

#sidebar img.sidebar-brand {
	display: none;
}

#sidebar a.menu-link .icon {
	width: 100%;
}

#sidebar .footer {
	width: 100%;
}

#sidebar a.menu-link .txt {
	display: none;
}

#sidebar.open a.menu-link .txt {
	display: block;
}

#sidebar .footer {
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	padding: 20px 0px;
}

#sidebar #menu-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0px 16px;
}

#sidebar #menu-wrap ul,
#sidebar #menu-wrap li {
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar a.menu-link {
	line-height: 24px;
	display: flex;
	margin-bottom: 15px;
	font-size: 16px;
	color: #969798;
	font-family: 'Inter', seriff;
	text-decoration: none;
	margin-left: 30px;
}

#sidebar a.menu-link:hover {
	color: #4BCFE6;
}

#sidebar a.menu-link span.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#sidebar a.menu-link span.icon.home {
	background-image: url('../svg/home.svg');
}

#sidebar a.menu-link.active span.icon.home,
#sidebar a.menu-link:hover span.icon.home {
	background-image: url('../svg/home-filled.svg');
}

#sidebar a.menu-link span.icon.user {
	background-image: url('../svg/user.svg');
}

#sidebar a.menu-link.active span.icon.user,
#sidebar a.menu-link:hover span.icon.user {
	background-image: url('../svg/user-filled.svg');
}


#sidebar a.menu-link span.icon.compas {
	background-image: url('../svg/compas.svg');
}

#sidebar a.menu-link.active span.icon.compas,
#sidebar a.menu-link:hover span.icon.compas {
	background-image: url('../svg/compas-filled.svg');
}

#sidebar a.menu-link span.icon.chart {
	background-image: url('../svg/chart.svg');
}

#sidebar a.menu-link span.icon.vehicles {
	background-image: url('../svg/bus.svg');
}

#sidebar a.menu-link span.icon.cog {
	background-image: url('../svg/cog.svg');
}

#sidebar a.menu-link.active span.icon.cog,
#sidebar a.menu-link:hover span.icon.cog {
	background-image: url('../svg/cog-filled.svg');
}

#sidebar a.menu-link.active span.icon.vehicles,
#sidebar a.menu-link:hover span.icon.vehicles {
	background-image: url('../svg/bus-filled.svg');
}

#sidebar a.menu-link.active span.icon.chart,
#sidebar a.menu-link:hover span.icon.chart {
	background-image: url('../svg/chart-filled.svg');
}

#sidebar a.menu-link span.icon.logout {
	background-image: url('../svg/logout.svg');
}

#sidebar a.menu-link:hover span.icon.logout {
	background-image: url('../svg/logout-filled.svg');
}




/* minimize */
#sidebar.open {
	width: 260px;
}

#sidebar.open .brand img.sidebar-brand-mini {
	display: none;
}

#sidebar.open img.sidebar-brand {
	display: block;
}

#sidebar.open .brand img.sidebar-brand {
	width: 100%;
	max-width: 155px;
	margin: 0px auto;
}

#sidebar a:hover .icon:after {
	position: absolute;
	width: 3px;
	height: 24px;
	background: #4BCFE6;
	content: '-';
	z-index: 9;
	color: transparent;
	left: -1px;
}


/* Main Content */
#konten-utama {
	min-width: calc(100vw - 100px);
	min-height: 100vh;
	padding-left: 100px;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	display: block;
}

/* NAV */
.menu-toggle {
	position: absolute;
	right: 0;
	background: #111;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	top: 50%;
	cursor: pointer;
	margin-top: -8px;
	transform: translate(50%, -50%);
}

.menu-toggle:hover {
	background: #4BCFE6;
	cursor: pointer;
	color: #111;
}

#navigation-bar {
	height: 96px;
	position: relative;
	margin-top: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

#navigation-bar h2.page-title {
	margin: 0px;
	line-height: 48px;
	display: inline-block;
	padding-left: 14px;
}

#navigation-bar .right-el {
	width: auto;
	display: inline-block;
	position: relative;
	float: right;
	display: inline-block;
}

#navigation-bar .right-el .info h4,
#navigation-bar .right-el .info {
	float: right;
}

#navigation-bar .right-el .info h4,
#navigation-bar .right-el .info p {
	text-align: right;
	margin: 0px;
	font-size: 12px;
	font-weight: 400;
}

#navigation-bar .right-el .info h4 {
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
}

.avatar {
	display: inline-block;
	position: relative;
	float: right;
	width: 48px;
	margin: 0px 15px;
}




.card,
.card.card-home-widget {
	background: #1B1C1E;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.card.card-home-widget .card-footer .report-alert-meningkat {
	color: #B13F3F;
}

.card.card-home-widget .card-body h1 {
	font-size: 48px;
	font-weight: 700;
	font-family: 'Inter', serif;
}

select {
	background: #1B1C1E;
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 5px;
	border-color: #333;
	color: #E8E8E9;
}

.table.side-report {
	margin-top: 15px;
}

.table.side-report * {
	border: none;
	padding: 0px;
	margin: 0px;
}

.table.side-report.report-green .bok-alert {
	background: #92FCC8;
}

.table.side-report.report-red .bok-alert {
	background: #EC4899;
}

.table.side-report .log {
	font-size: 14px;
}

.table.side-report .desc {
	font-size: 11px;
}

.table.side-report .bok-alert {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	margin-right: 10px;
}

#form-filter {
	margin-bottom: 30px;
	padding: 0px 15px;
}

#form-filter input.head-filter {
	width: 100%;
	background: #1B1C1E;
	line-height: 28px;
	padding: 10px;
	padding-left: 60px;
	font-size: 20px;
	border: 1px solid #1B1C1E;
	border-radius: 10px;
}

#form-filter button {
	line-height: 28px;
	padding: 10px;
	font-size: 20px;
}

#form-filter button.btn-primary {
	padding: 10px 16px;
	width: 160px;
	height: 48px;
	background: #29727F;
	border-radius: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

#form-filter button.btn-default {
	box-sizing: border-box;
	align-items: center;
	padding: 10px;
	width: 160px;
	height: 48px;
	background: #1B1C1E;
	border: 2px solid #4BCFE6;
	border-radius: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #E8E8E9;
}

table.table-report thead {
	border: none;
}

table.table-report thead th {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #E8E8E9;
}

table.table-report tbody td {
	font-size: 16px;
	font-weight: 400;
}

.table-report a {
	text-decoration: none;
	color: #FFF;
}

.table-report a:hover {
	color: #29727F;
}

.table-report td span.btn:hover {
	background: #29727F;
}

.modal-content {
	background: #1B1C1E;
	color: #FFF !important;
	min-width: 817px;
	max-width: 100%;
}

.modal-header {
	border: none;
	padding: 24px;
}

.modal-body {
	padding: 24px;
	padding-top: 8px;
}

.modal-header .modal-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #E8E8E9;
}

.modal-header .close {
	width: 21px;
	height: 21px;
	background: #FFF;
	text-shadow: none;
	color: #000;
	opacity: 1;
	border-radius: 5px;
	font-size: 12px;
}

.modal-dialog-centered {
	top: 50%;
	transform: translateY(-50%) !important;
	margin-top: 0px;
}

.modal-footer {
	border-color: #666768;
}

.form-group label {
	font-weight: 400;
}

table.no-border * {
	border: none !important;
}

.mb-0 {
	margin-bottom: 0px;
}

.modal-footer>div.row {
	width: 100%;
}

.modal-footer * {
	vertical-align: middle;
}

.modal .btn-close {
	background: #FFF;
	background-image: url('../img/close_modal.png');
	width: 24px;
	height: 24px;
	padding: 0px;
	font-size: 0px;
	opacity: 1;
}

.form-control:focus {
	--bs-body-bg: #111;
	--bs-body-color: #FFF;
	box-shadow: none;
	border-color: #CCC;
}

.card-home-widget .card-title,
.card-home-widget h1,
.card-home-right h3 {
	color: #FFF;
}

.form-signin {
	z-index: 99;
	position: relative;
}

.card-title {
	--bs-card-title-color: #FFF;
}

.menu-top-right {
	width: 30px;
	position: relative;
	float: right;
	margin-right: 15px;
	margin-left: -5px;
	margin-top: 15px;

}

.menu-top-right>img {
	width: 20px;
	transform: rotate(-90deg);
}

.menu-top-right:hover img {
	border: 1px solid #EEE;
	border-radius: 3px;
}

.card-button-title {
	position: absolute;
	right: 15px;
	top: 15px;
}

.table-report thead {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


.menu-top-right>ul.nav-menu-list {
	position: absolute;
	top: 0px;

	right: 10px;




	z-index: 999;
	list-style-type: none;
	min-width: 180px;
	padding: 0px;
	display: none;
	padding-top: 50px;
}

.menu-top-right>ul.nav-menu-list>li {
	padding: 0px;
	background: #111;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.menu-top-right>ul.nav-menu-list>li>a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}

.menu-top-right>ul.nav-menu-list>li:hover>a {
	color: #4BCFE6;
}

.menu-top-right:hover>ul.nav-menu-list {
	display: block;
}

.btn-full {
	width: 100%;
}

#main-wrapper {
	padding-right: 15px;
}

.info-devices .thumbnail {
	float: left;
	text-align: center;
	width: 100px;
	height: 88px;

	border-radius: 50%;
	margin-right: 15px;
}

.info-devices .thumbnail img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
}

.info-devices .detail h4 {
	margin-bottom: 0px;
}

.btn-white {
	background: #FFF;
	color: #29727F;
	border: 2px solid #29727F;
}

.btn-white i {
	color: #29727F;
}

.btn-white:hover i {
	color: #fff;
}

.btn-white:hover {
	background: #29727F;
	color: #FFF;
	border: 2px solid #29727F;
}

.w-80 {
	min-width: 80px;
}

.mr-15 {
	margin-right: 15px;
}

.separator {
	margin-top: 30px;
	margin-bottom: 30px;
}

.device-desc {
	margin-bottom: 30px;
}

.device-desc p {
	color: #E8E8E9;
	margin-bottom: 5px;
}

.device-desc h5 {
	margin: 0px;
	color: #E8E8E9;
	font-size: 18px;
}

.filter-form {
	margin-top: 30px;
	padding-right: 0px;
}

.filter-form .col:last-child {
	padding-right: 0px;
}

.filter-form label {
	margin-bottom: 15px;
}

.image-prw {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
}

.info-data-adas td {
	padding: 10px 0px;
}

.info-data-adas table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 80px;
}

.btn-block {
	width: 100%;
}

.btn span.icon {
	position: relative;
	float: left;
	font-size: 24px;
}

.upload-rapper {
	width: 100%;
	background: #333;
	height: 300px;
	text-align: center;
	line-height: 300px;
	font-size: 18px;
	border: 2px dashed #111;
	border-radius: 15px;
	cursor: pointer;
}

.preview-case-location-link {
	margin-top: 15px;
	display: inline-block;
	border-radius: 15px;
	max-width: 100%;
}

.preview-case-image,
.preview-case-location-link img {
	width: 100%;
	border-radius: 15px;
}

.fheight .btn.export-btn-raw {
	position: absolute;
	bottom: 15px;
	width: 47%;
	display: inline-block;
}

.mt-24 {
	margin-top: 24px;
}

.modal .modal-body h5 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #E8E8E9;
}

.modal .modal-body .form-group label {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #E8E8E9;
	margin-bottom: 8px;
}

.modal .modal-body .form-group {
	margin-top: 17px;
}

.modal .modal-body .form-group input {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;
	background: #1B1C1E;
	border: 1px solid #666768;
	border-radius: 5px;
}

.modal .modal-footer .btn.btn-primary {
	align-items: center;
	padding: 10px 16px;
	gap: 10px;
	background: #29727F;
	border-radius: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

.modal .modal-footer .btn.btn-secondary {
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 10px;
	width: 160px;
	max-width: 100%;
	background: #1B1C1E;
	border: 2px solid #29727F;
	border-radius: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #E8E8E9;

}

.modal .modal-footer span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 49px;
	color: #E8E8E9;
}

#search-user {
	padding-left: 10px;
}

.card.p-24 {
	padding: 24px;
}

.card.p-24 .card-body {
	padding: 0px;
}


table.detail-pengguna h4,
table.detail-pengguna strong {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	text-align: left;

}

table.detail-pengguna .photo-profile-pict {
	border-radius: 50%;
}

table.detail-pengguna td {
	font-family: Inter;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;

}

table.detail-pengguna td span.title {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;

}

a.view-btn {
	width: 36px;
	line-height: 36px;
	font-weight: 700;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

table.detail-pengguna .btn.btn-primary.btn-block {
	padding: 10px 16px;
	width: 160px;
	height: 48px;
	background: #29727F;
	border-radius: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

table.detail-pengguna button.btn-default {
	box-sizing: border-box;
	align-items: center;
	padding: 10px;
	width: 160px;
	height: 48px;
	background: #1B1C1E;
	border: 2px solid #4BCFE6 !important;
	border-radius: 5px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #E8E8E9;
}

span.icon.right {
	float: right;
}

table.detail-pengguna button {
	float: right;
	margin-left: 15px;
}

.table.table-report.v2 thead th {
	height: 46px;
	vertical-align: top;
	border-bottom: 2px solid #49494B;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	color: #E8E8E9;
	text-align: center;
}

.table.table-report.v2 tr td {
	height: 56px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
	color: #E8E8E9;
}

.table.table-report.v2 tr:first-child td {
	padding-top: 15px;
	height: 56px;

}

.table.table-report.v2 .btn-success {
	background: #045507;
	height: 36px;
	line-height: 36px;
	padding: 0px 25px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

table.table-report.v2.border {
	border: none !important;
}

table.table-report.v2.border tr {
	border-bottom: 2px solid #49494B;
}

table.table-report.v2 thead.text-left th {
	text-align: left;
}