<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body{
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.overall{
	border: 1px solid #cad2c5;
	border-radius: 0.7rem;
	margin: 0 auto;
}
.disabled{
    pointer-events: none;
    opacity: .45;
}
a:hover{
	text-decoration: none;
}
.first-row{
	border-bottom: 1px solid #dee2e6;
}
.title-container{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 1rem 1rem;
}
.all-input{
	padding: 1rem 1rem;
	position: relative;
}


.form-control:focus{
	border-color: #fca311;
	box-shadow: 0 0 0 0.2rem rgb(252 163 17 / 25%);
}
.tipe-properti,
.provinsi,
.kota,
.kecamatan{
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: none;
}
.nominal{
	display: flex;
	flex-direction: row;
}
.rp{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	height: calc(1.5em + 0.75rem + 2px);
	font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.nominal-properti{
	width: 90%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field{
	display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
	right: 10px;
}
.select2-container--default .select2-selection--single{
	border-radius: 0;
	border: none;
	margin-bottom: 10px;
}
.select2-container{
	width: 100% !important;
}
.select2-container--open .select2-dropdown--below{
	border-color: #ced4da;
}
.select2-dropdown{
	border: 1px solid #ced4da;
}
.tombol-tambah, .tombol-kirim{
	width: 50%;
}
.title{
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
}
.regist-input{
	margin-bottom: 0.8rem;
}
.regist-input input{
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: none;
}
.credit{
	color: #707070;
}

/*loader*/
.loader{
	place-content: center;
	width: 80px;
	height: 80px;
	background: 
		radial-gradient(
			farthest-side, #fca311 94%,
			#0000) top/9px 9px no-repeat,
		conic-gradient(
			#fff 30%,
			#fca311
		);
	animation: spin 0.5s infinite linear;
}
.loader::after{
	content: "";
	width: 64px;
	height: 64px;
	background: #fff;
}
@keyframes spin { 100% {rotate: 1turn; }}

.loader, .loader::after{
	border-radius: 50%;
	display: grid;
}
/*end of loader*/</pre></body></html>