.fa { color: #007bff; }
.fa:hover { color: #f37736; }
.rounded-1 { border-radius: 1em !important; }
.fa-border { padding: .2em .25em .15em; border: solid 0.04em #007bff; border-radius: .2em; }
.hitam { color: black; }
.dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
  min-width: 100px;
  padding-top: 15px;
}
.dropup .dropdown-menu {
    margin-bottom: 10px;
}
@media(max-width:767px){
	#form-registrasi .tab-content {
		min-height: 620px !important;
	}
	#form-login .tab-content {
		min-height: 240px !important;
	}
	#home .tab-content {
		min-height: 100px !important;
	}
	.dd-container, .dd-options, .dd-select, .dd-selected {
		/*max-width: 250px !important;*/
		width: 100% !important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	#form-registrasi .tab-content {
		min-height: 620px !important;
	}
	#form-login .tab-content {
		min-height: 240px !important;
	}
	#home .tab-content {
		min-height: 100px !important;
	}
	.dd-container, .dd-options, .dd-select, .dd-selected {
		max-width: 250px !important;
	}
}

.swal-text { text-align: center !important; }