body {
	font-family: sans-serif !important;
}

.navbar-white {
	background-image: linear-gradient(322deg, #f1efed, #fb8c00) !important;
	color: #181a1c;
}

.brand-image {
	width: 40px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.pl-5,
.px-5 {
	padding-left: 6rem !important;
}

.navbar-white {
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 18%), 0 3px 1px -2px rgba(0, 0, 0, 0.08),
		0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.mt-20 {
	margin-top: 20px;
}

.card {
	box-shadow: none;
	background-color: transparent;
}

.card-header {
	border-bottom: 0px;
}

.content-header .breadcrumb {
	font-size: 15px !important;
}

/* tabel */
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
	background: #fd7e14;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
	font-size: 13px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_length label {
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_info {
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter input {
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_length select {
	font-size: 13px;
}

.page-item.active .page-link {
	background-color: #fd7e14;
	border-color: #fd7e14;
	font-size: 13px;
}

.navbar-expand .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.dropdown-item {
	font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #fb8c00;
}

label:not(.form-check-label):not(.custom-file-label) {
	font-size: 13px !important;
}

.select2-container {
	font-size: 13px !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 13px;
}

.select2-search--dropdown .select2-search__field {
	font-size: 13px;
	border-radius: 0px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #a5aab1 !important;
}

/* peta */
#map {
	height: 85vh;
	/* Memenuhi tinggi layar */
	width: 100%;
	/* Memenuhi lebar layar */
}

.leaflet-panel-layers.expanded {
	width: 285px;
	height: 400px;
}

.leaflet-tooltip {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
	color: #ffffff;
}

.leaflet-container {
	font-size: 10px;
	font-weight: 100;
}

/* icon bencana */
.custom-pulse-icon {
	background-size: cover;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	animation: pulse 2s infinite;
	border: 2px solid white;
	box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
}

.custom-pulse-icon-2 {
	background-size: cover;
	border-radius: 50%;
	animation: pulse 2s infinite;
	box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
}

.bencana-card {
	display: flex;
	flex-direction: column;
	padding-top: 6px;
}

.bencana-title {
	color: #212529;
	/* text-black-800 */
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.bencana-id,
.bencana-date,
.bencana-village,
.bencana-coverage,
.bencana-victims {
	color: #6c757d;
	/* text-black-600 */
	font-size: 12px;
	margin-bottom: 4px;
}

.bencana-card hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.bencana-card .btn {
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #17a2b8;
	/* btn-info */
	color: white;
	font-size: 14px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.main-footer {
	font-size: 13px;
}

.form-control {
	font-size: 13px;
}

/* lgx */

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

/* Menambahkan Bingkai Putih dan Shadow */
.image-frame {
	position: relative;
	overflow: hidden;
	border: 15px solid #fff;
	/* Bingkai putih */
	border-radius: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	/* Efek shadow */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* Efek transisi */
	margin-bottom: 20px;
}

.image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

/* Efek hover untuk gambar (Zoom-in dan Shadow) */
.image-frame:hover {
	transform: scale(1.05);
	/* Zoom gambar */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
	/* Perbesar shadow */
}

.image-frame:hover img {
	transform: scale(1.1);
	/* Zoom gambar saat hover */
}

/* Menambahkan overlay putih dengan judul */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	/* White overlay */
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 10px;
}

/* Judul teks di overlay */
.overlay h5 {
	font-size: 20px;
	font-weight: bold;
	transition: opacity 0.3s ease-in-out;
}

/* Efek hover pada gambar, menampilkan overlay dengan judul */
.image-frame:hover .overlay {
	opacity: 1;
	/* Tampilkan overlay */
}

.image-frame:hover .overlay h5 {
	opacity: 1;
	/* Tampilkan judul */
}

.text-black {
	color: #000;
	font-size: 13px !important;
}
