/* Fonts */
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("//fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("//fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Rubik:wght@300;600&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;800&display=swap");
@import url("//fonts.googleapis.com/css2?family=Raleway:wght@300;500;700;800&display=swap");

/* Root */
:root {
	--transparent-orange: rgba(214, 100, 25, 0.95);
	--orange: #eb6001;
	--grey: grey;
}

* {
	scroll-behavior: smooth;
	font-family: "Poppins", sans-serif;
	text-size-adjust: 100%;
	transition: all 0.3s ease-in-out;
}

body {
	overflow-x: hidden;
}

img {
	user-select: none;
	object-fit: cover;
	object-position: center;
	-webkit-user-drag: none;
}

a {
	text-decoration: none;
}

p {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: var(--orange) !important;
}

.dropdown-toggle::after {
	margin-left: 0.45em !important;
	vertical-align: 0.2em !important;
}

.carousel-control-prev,
.carousel-control-next {
	width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-size: 50%;
	background-color: var(--orange);
	opacity: 0.75;
}

.swiper-slide {
	height: initial;
}

.swiper-slide img {
	display: block;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.card-img-top {
	width: 100%;
	object-fit: cover;
}

/* Utils */
.tx-monserrat {
	font-family: "Montserrat";
}

.tx-oswald {
	font-family: "Oswald", sans-serif;
}

.tx-roboto {
	font-family: "Roboto";
}

.tx-sans {
	font-family: "Open Sans", sans-serif;
}

.tx-11 {
	font-size: 11px;
}

.tx-12 {
	font-size: 12px !important;
}

.tx-13 {
	font-size: 13px;
}

.tx-14 {
	font-size: 14px !important;
}

.tx-15 {
	font-size: 15px !important;
}

.tx-16 {
	font-size: 16px !important;
}

.tx-18 {
	font-size: 18px;
}

.tx-20 {
	font-size: 20px;
}

.tx-22 {
	font-size: 22px;
}

.fw_400 {
	font-weight: 400;
}

.fw_500 {
	font-weight: 500;
}

.fw_600 {
	font-weight: 600;
}

.fw_700 {
	font-weight: 700;
}

.fw_800 {
	font-weight: 800;
}

.fw_900 {
	font-weight: 900;
}

.tx-24 {
	font-size: 24px !important;
}

.circle_sm {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.circle_padding {
	padding: 5% 7%;
}

.bg_orange {
	background-color: var(--orange);
}

.text_orange {
	color: var(--orange);
}

.btn.btn_orange {
	color: #fff;
	background-color: var(--orange);
}

.btn.btn_orange:hover {
	color: var(--orange);
	border-color: var(--orange);
	outline-color: var(--orange);
	background-color: #fff;
}

.top {
	position: fixed;
	display: none;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	bottom: 25px;
	right: 25px;
	border: none;
	outline: none;
	z-index: 10000;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.top.show {
	display: inline;
	opacity: 1;
}

/* Header */
#header .navbar .navbar-brand {
	font-size: 1rem;
}

#header .navbar #socialNav .navbar-brand {
	font-size: 1.125rem;
}

#header .navbar #socialNav .navbar-nav .nav-item .nav-link:hover {
	color: var(--orange);
}

#header .navbar #logo {
	left: 45%;
}

#header .navbar #navbarNav .navbar-nav .nav-item .collapse.show {
	overflow: scroll;
	max-height: 200px;
}

#header .navbar #navbarNav .navbar-nav .nav-item .nav-link:hover {
	color: #fff;
}

#header
	.navbar
	#navbarNav
	.navbar-nav
	.nav-item
	.nav-link#stateDropdown
	+ .dropdown-menu.show {
	min-width: 45rem;
}

#header .navbar #navbarNav .navbar-nav .nav-item #collapse {
	padding: 0.375rem 0.4rem;
	font-size: 0.9rem;
}

#header .navbar #navbarNav .navbar-nav .nav-item #collapse::after {
	display: inline-block;
	margin-left: 0.45em;
	vertical-align: 0.2em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	transition: all 0.3s ease;
}

#header
	.navbar
	#navbarNav
	.navbar-nav
	.nav-item
	#collapse[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

#header .navbar #navbarNav .navbar-nav .nav-item #collapse.active {
	color: #fff;
}

#header #formSearch form input[type="search"] {
	background-color: #fff;
	color: var(--orange);
}

#header #formSearch form input[type="search"],
#header #formSearch form input[type="search"]:active,
#header #formSearch form input[type="search"]:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

#header #formSearch form input[type="search"]::placeholder,
#header #formSearch form input[type="search"]::-webkit-input-placeholder,
#header #formSearch form input[type="search"]::-moz-placeholder,
#header #formSearch form input[type="search"]::-ms-placeholder,
#header #formSearch form input[type="search"]:active::placeholder,
#header #formSearch form input[type="search"]:active::-webkit-input-placeholder,
#header #formSearch form input[type="search"]:active::-moz-placeholder,
#header #formSearch form input[type="search"]:active::-ms-placeholder,
#header #formSearch form input[type="search"]:focus::placeholder,
#header #formSearch form input[type="search"]:focus::-webkit-input-placeholder,
#header #formSearch form input[type="search"]:focus::-moz-placeholder,
#header #formSearch form input[type="search"]:focus::-ms-placeholder {
	color: var(--orange) !important;
}

#header #formSearch form input[type="search"] + .input-group-text {
	background-color: #fff;
}

/* Slider */
#slider #carousel .carousel-inner .carousel-item img {
	height: 45vw;
}

#slider #carousel .carousel-indicators {
	margin-left: 10%;
}

/* Program */
#program .card.card_bundling {
	transition: box-shadow 0.3s ease-in-out;
}

#program .card.card_bundling:hover {
	box-shadow: 5px 5px 10px #7d7d7d, -5px -5px 10px #ffffff;
	-webkit-box-shadow: 5px 5px 10px #7d7d7d, -5px -5px 10px #ffffff;
	-moz-box-shadow: 5px 5px 10px #7d7d7d, -5px -5px 10px #ffffff;
}

.bundling-detail {
	min-height: 29.6vw;
}

/* Profile */
#profile #profileContent .col-md-3 {
	height: 27rem;
}

.icon {
	background-color: #63b76c;
	border-radius: 2rem;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	position: relative;
	margin-bottom: 5%;
}

/* News */
#news #posts img {
	height: 12rem;
}

#news #latestNews {
	height: 25rem;
}

/* Donation */
#donation .kadin_peduli img {
	filter: brightness(50%);
	height: 22.8rem;
}

#donation .kadin_peduli .donation_title {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 5%;
}

/* Footer */
#footer a {
	color: #fff;
	transition: all 0.1s !important;
	opacity: 1;
}

#footer a:hover {
	opacity: 0.8;
}

#footer .divider {
	opacity: 0.5;
}

#footer #footerForm .form-control {
	background-color: #fff;
	color: var(--orange);
}

#footer #footerForm .form-control,
#footer #footerForm .form-control:active,
#footer #footerForm .form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

#footer #footerForm .form-control::placeholder,
#footer #footerForm .form-control::-webkit-input-placeholder,
#footer #footerForm .form-control::-moz-placeholder,
#footer #footerForm .form-control::-ms-placeholder,
#footer #footerForm .form-control:active::placeholder,
#footer #footerForm .form-control:active::-webkit-input-placeholder,
#footer #footerForm .form-control:active::-moz-placeholder,
#footer #footerForm .form-control:active::-ms-placeholder,
#footer #footerForm .form-control:focus::placeholder,
#footer #footerForm .form-control:focus::-webkit-input-placeholder,
#footer #footerForm .form-control:focus::-moz-placeholder,
#footer #footerForm .form-control:focus::-ms-placeholder {
	color: var(--orange) !important;
}

#footer .invalid-feedback {
	color: #fff !important;
}

.box-menu {
	padding: 1% 0;
	color: white;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background-color: var(--orange);
}

.menu li {
	padding: 0 3rem;
}

.menu li a {
	color: white;
}

.menu li a:hover {
	text-decoration: none;
}

.menu li a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: white;
	transition: width 0.3s;
}

.menu li a:hover::after {
	width: 100%;
}

.menu li a.active::after {
	width: 100%;
}

/* .dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	display: block;
	padding: 12px 16px;
	text-decoration: none;
	color: black;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
} */

/* The sidebar menu */
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}

/* The sidebar links */
.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #111;
	display: block;
	transition: 0.3s;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}

.logo-header {
	position: absolute;
	left: 43%;
	background-color: var(--orange);
	border-radius: 5rem;
	z-index: 10;
	width: 8rem;
	height: 8rem;
	padding-top: 1.5%;
	padding-right: 2%;
}

.search-form button {
	position: absolute;
	color: black;
	right: 5%;
	top: 20%;
	background: none;
	outline: none;
	border: none;
}

.search-form button:focus {
	outline: none;
}

.search-form input:focus {
	outline: none;
}

.box-menu-mobile {
	background-color: var(--transparent-orange);
}

.mobile-logo {
	width: 15%;
	height: 100%;
}

.dropdown-mobile-button:focus {
	text-decoration: none;
	color: #111;
}

.dropdown-mobile-button:hover {
	text-decoration: none;
	color: #111;
}

.dropdown-mobile {
	display: none;
}

.submenu-daftar-online,
.submenu-daftar-online-sidebar {
	display: none;
}

.dropdown-mobile a {
	display: block;
	padding: 1% 0 5% 15%;
	font-size: 15px;
}

#caption {
	bottom: 24%;
	left: 7%;
}

.img-slider-artikel {
	height: 45vw !important;
	object-fit: cover;
	object-position: center;
}

#slider-artikel .carousel-indicators {
	bottom: 10%;
}

#slider-artikel .carousel-control-next,
#slider-artikel .carousel-control-prev {
	opacity: 1;
}

.img-thumbnail-artikel {
	height: 10rem;
	object-fit: cover;
}

.box-footer {
	background-color: var(--orange);
	position: relative;
	bottom: 0;
	margin-top: 5%;
	color: white;
	padding-bottom: 2%;
}

.sosmed a {
	font-size: 1.3rem;
	padding: 0 1%;
}

.img-berita {
	width: 100%;
	height: 9rem;
	object-fit: cover;
}

.custom-breadcrumb li {
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.custom-breadcrumb li::after {
	content: " /";
}

li.custom-breadcrumb-item {
	color: #949cb0;
}

li.custom-breadcrumb-item.active {
	color: black;
}

.custom-breadcrumb li.active::after {
	content: "";
}

.artikel-thumbnail {
	width: 100%;
	height: 25rem;
	object-fit: cover;
}

.btn-share {
	padding: 10px 12px;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-left: 1%;
}

.facebook {
	background: #3b5998;
	color: white;
}

.twitter {
	background: #55acee;
	color: white;
}

.whatsapp {
	background: #00b489;
	color: white;
}

.text-berita > * {
	font-size: 15px !important;
	font-family: "Roboto" !important;
	color: black !important;
}

.avatar {
	position: relative;
	width: 4rem;
	height: 4rem;
}

.avatar-lg {
	position: relative;
	width: 6rem;
	height: 6rem;
}

.avatar-lg img {
	border-radius: 10rem;
	width: inherit;
	height: inherit;
	object-fit: cover;
}

.small-ava .avatar {
	width: 2.3rem;
	height: 2.3rem;
}

.small-ava .avatar-initial {
	font-size: 1rem;
}

.avatar-initial {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #8392a5;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
}

.img-donasi {
	width: 100%;
	height: 20rem;
	object-fit: cover;
}

.cerita-donasi {
	max-height: 30.3rem;
	overflow-y: auto;
}

.list-donasi {
	max-height: 25rem;
	overflow-y: auto;
}

.donasi label {
	display: inline-block;
	width: 100%;
	padding: 5% 0;
	border: 2px solid #ced4da;
	transition: all 0.3s;
}

.donasi input[type="radio"] {
	display: none;
}

.donasi input[type="radio"]:checked + label {
	border: 2px solid #297cff;
	color: #297cff;
}

.donasi input[disabled]:checked {
	border: 2px solid #ced4da;
	color: #495057;
}

.pdf-viewer {
	height: 70%;
	margin-bottom: 80%;
}

.img-detail-pengurus {
	width: 100%;
	max-height: 20rem;
	object-fit: cover;
	object-position: top;
}

.detail-profil {
	padding-left: 0;
}

.detail-profil li {
	display: inline-block;
	margin-right: 10%;
}

.detail-profil li a {
	color: #6c757d;
}

.detail-profil li a.active {
	color: black;
}

.timeline {
	position: relative;
	/* margin: 0 0 40px; */
	margin-top: 1rem;
	padding: 0;
}

.timeline::before {
	content: "";
	width: 4px;
	background-color: rgba(165, 173, 186, 0.7);
	position: absolute;
	left: 6px;
	top: 14px;
	bottom: 35px;
}

.timeline li {
	list-style: none;
	padding-left: 5%;
	position: relative;
	margin-bottom: 5%;
}

.timeline li::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: white;
	border: 4px solid var(--grey);
	position: absolute;
	top: 10px;
	left: 0;
}

/* Below 1200px */
@media only screen and (max-width: 1199.98px) {
	/* Root */
	.carousel-control-prev,
	.carousel-control-next {
		width: 7%;
	}

	/* Header */
	#header
		#navbar
		#navbarNav
		.navbar-nav
		.nav-item
		.nav-link#stateDropdown
		+ .dropdown-menu.show {
		min-width: 30rem;
	}
}

/* Below 1024px */
@media only screen and (max-width: 1023.98px) {
	/* Root */
	.carousel-control-prev,
	.carousel-control-next {
		width: 9%;
	}
}

/* Only at 992px */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	/* Header */
	#header #navbar #formSearch {
		width: 100%;
	}
}

/* Below 992px */
@media only screen and (max-width: 991.98px) {
	/* Header */
	#header .navbar #navbarNav .navbar-nav .nav-item #collapse {
		color: hsla(0, 0%, 100%, 0.55);
	}

	/* Contact */
	#contact .ratio {
		--bs-aspect-ratio: calc(9 / 16 * 100%);
	}
}

/* 768px and up */
@media only screen and (min-width: 768px) {
	/* Footer */
	#footer .footer_news {
		list-style: none;
		padding-left: 0;
	}
}

/* Only at 768px */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	/* Header */
	#header #navbar #navbarNav .navbar-nav {
		overflow-x: auto;
	}
}

/* Below 768px */
@media only screen and (max-width: 767.98px) {
	/* News */
	#news #posts img {
		height: 20rem;
	}
}

@media only screen and (max-width: 500px) {
	.img-slider {
		height: 80vw;
	}

	#slider {
		margin-top: 0 !important;
	}

	#caption {
		left: 14%;
	}

	#caption h3 {
		font-size: 17px;
		font-weight: 600;
	}

	#caption p {
		font-size: 15px;
	}

	.row-about .col-md-3 {
		max-height: 18rem;
		margin-bottom: 5%;
	}

	.row-about .col-md-3 h6 {
		margin-top: 1rem !important;
	}

	.form-berlangganan {
		margin-left: 0 !important;
		text-align: center;
	}

	.img-news-top {
		height: 14rem;
	}

	.img-berita {
		height: 5rem;
	}

	.artikel-thumbnail {
		height: 15rem;
	}

	.icon {
		margin-left: 41%;
	}

	.small-ava {
		padding-left: 2%;
	}

	.col-user-content {
		padding-left: 10%;
	}

	.reply-date {
		display: block;
		margin-left: 0 !important;
	}

	#slider-artikel {
		bottom: 25%;
	}

	.detail-profil li {
		display: block;
	}

	.detail-profil {
		padding-top: 5%;
		padding-bottom: 5%;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	.section-detail {
		margin-left: 4%;
	}

	.timeline::before {
		left: 0;
	}

	.timeline li {
		padding-left: 7%;
	}

	.timeline li::before {
		left: -6px;
	}

	.bundling-detail {
		min-height: 35vw;
	}
}

/* Below 425px */
@media only screen and (max-width: 424.98px) {
	/* News */
	#news #posts img {
		height: 15rem;
	}
}

/* Below 375px */
@media screen and (max-width: 374.98px) {
	/* Header */
	#header #navbar #navbarNav .navbar-nav .nav-link {
		font-size: 0.9rem;
	}
}

/* Below 320px */
@media screen and (max-width: 320px) {
	/* Header */
	#header .navbar #socialNav {
		display: none;
	}
}