
/* css halaman program */
.header-kembali {
	text-decoration: none;
	color: white;
	font-weight: 900;
	position: relative;
}

.form-search {
	position: absolute;
	top: 60px !important;
	background-color: white !important;
	border: 0 !important;
	border-bottom: 3px solid #adadad !important;
	width: 80% !important;
	height: 50px !important;
	margin-left: 10px !important;
	padding-left: 35px !important;
}

.header-program {
	height: 120px !important;
}

.ic-filter {
	color: white;
	position: absolute;
	top: 55px;
	right: 1px;
	font-size: 20px;
}

.ic-search {
	color: #bfbfbf;
	position: absolute;
	left: 20px;
	top: 56px;
	z-index: 99;
}



.scroller-program {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}

.card-program {
	background-color: white;
	width: 95%;
	border-radius: 5px;
	border-bottom: 3px solid #adadad;
	border-right: 1.5px solid #adadad;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-left: 2.5%;
	font-weight: 500;
	margin-bottom: 10px;
}

.img-program {
	width: 35%;
	height: 440px;
	float: left;
	background-color: #ededed;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.desc-program {
	float: left;
	margin-left: 10px;
	width: 60%;
	font-size: 12px;
}

.title-card-program {
	margin: 0px !important;
	font-size: 13px;
	font-weight: 900;
	color: #3dadaa;
}

.progres-program {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

progress {
	display: block;
	/* default: inline-block */
	width: 100%;
	height: 5px;
	border: 0 none;
	background: #444;
}

progress::-webkit-progress-bar {
	background: rgb(235, 235, 235);
	color: #3DADAA;
}

progress::-webkit-progress-value {
	background: #3DADAA;
}

p {
	margin: 0;
}

.terkumpul {
	width: 70%;
	float: left;
	font-size: 11px;
}

.sisahari {
	width: 30%;
	float: left;
	font-size: 11px;
	text-align: right;
}

.garis-card {
	width: 100%;
	float: left;
	height: 3px;
	margin-top: 5px;
	background-color: #f8f7f7;
}

.tanggal-card {
	width: 70%;
	float: left;
	padding-top: 5px;
}

#ic-kalendar {
	/* float: left; */
	margin-right: 5px;
}

#tanggal {
	font-size: 11px;
	font-weight: 900;
	/* float: left; */
}

.kategori-card {
	width: 30%;
	float: left;
	color: #3DADAA;
	font-size: 12px;
	font-weight: 900;
	text-align: right;
	padding-top: 5px;
}

.tbl-qurban{
	width: 100%;
	font-size: 13px;
	font-weight: 600;
}
tr {
	margin-bottom: 15px;
}
.first-td{
	text-align: start;
	width: 40%;
}
.last-td{
	text-align: start;
	padding: 10px;
}
.status-green{
	background-color: rgb(44, 238, 102);
	color: white;
	text-align: center;
	border-radius: 5px;
}
.status-red{
	background-color: rgb(238, 44, 44);
	color: white;
	text-align: center;
	border-radius: 5px;
}
.status-orage{
	background-color: rgb(238, 170, 44);
	color: white;
	text-align: center;
	border-radius: 5px;
}

#profile-box{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: white;
	min-height: 140vh;
}
.input-form {
	/* background-color: white !important; */
	border: 0 !important;
	border-bottom: 3px solid #adadad !important;
	width: 100% !important;
	height: 50px !important;
}
.btn-dns {
	text-align: center;
	font-size: 15px;
	box-shadow: 1px 4px 0px 0px #236967;
	background-color: #3dadaa;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #c90c15;
	width: 100%;
}

/* end halaman program */

/* modal filter */
.modalfilter {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999;
	/* Sit on top */
	padding-top: 40px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.filter-content {
	background-color: #fefefe;
	margin: auto;
	width: 90%;
}

.modalfilter .close {
	color: white;
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 28px;
	font-weight: bold;
	z-index: 1;
}
.modalfilter .btn-dns {
	display: block;
    position: inherit;
    margin: 30px auto;
	padding: 10px;
	width: 85%;
}
.modalfilter .btn-dns > p {
	color: white;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.head-filter {
	padding: 20px;
	text-align: center;
	background-color: #ea6123;
	color: #ffffff;
	font-weight: 600;
}

.all-category {
	padding: 15px;
	color: black;
	text-align: center;
}

.item-category {
	padding: 15px;
	color: black;
	text-align: center;

}

.scroller-category {
	height: 60vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
/* end modal filter*/