.tittle {
	margin-top: 30px;
	color: #000000;
	font-size: 13px;
}

.table-content {
	margin-top: 30px;
	min-height: 400px;
}
.dataTables_filter {
	float: right !important; /* Ensure it floats to the right */
	text-align: right; /* Align text to the right */
	margin-bottom: 20px; /* Optional: Add some space below the search box */
}

.dataTables_filter label {
	display: flex;
	align-items: center;
}

.dataTables_filter input {
	margin-left: 10px; /* Space between the label and input */
}
.dataTables_length {
	float: left !important;
	margin-bottom: 20px;
	text-align: left;
}

.dataTables_length label {
	display: flex;
	align-items: center;
}

.dataTables_length select {
	margin-left: 10px;
}


.alamat {
	max-width: 400px;
}

.no_rumah {
	max-width: 100px;
}
.action-button {
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.add_new {
	margin-bottom: 30px;
	display: inline;
}
.kode_gembok h1{
	text-align: center;
	color: red;
}
.grayscale {
	filter: grayscale(100%);
}
.judul_utama{
	/* offset-x | offset-y | blur-radius | color */
	text-shadow: 2px 2px 2px #505050;
}
.button-update{
	text-align: center;
}
.rata-kanan{
	width: 300px;
	display: grid;
	justify-content: flex-end;
}
.alert-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}
/* Ukuran font default */
.nama-kk {
	font-size: 1.2rem; /* Ukuran font default untuk layar besar */
}

/* Media query untuk layar dengan lebar maksimum 767px (ukuran HP) */
@media (max-width: 767px) {
	.nama-kk {
		font-size: 10pt /* Ukuran font lebih besar untuk perangkat HP */
	}
}

.dropdown-item {
	color: black;
}
.nama_bulan {
	margin-left: 30px;
}
.modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}