.title-page-sholat{
	color: #000;
	font-family: Century Gothic Bold,arial,sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	margin: 24px 0px;
}

.sponsor-page-sholat{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 20px;
	margin-bottom: 25px;
}

.sponsor-page-sholat span{
	width: 111px;
	color: #000;
	font-family: Century Gothic,arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sponsor-page-sholat .wrap-sponsor{
	width: calc(100% - 111px);
	display: flex;
	flex-wrap: wrap;
	padding-left: 8px;
}

.sponsor-page-sholat .wrap-sponsor .list-sponsor{
	width: 140px;
	height: 70px;
	margin: 0px 8px;
}

.sponsor-page-sholat .wrap-sponsor .list-sponsor:last-child{
	margin-right: 0px;
}

.sponsor-page-sholat .wrap-sponsor .list-sponsor img{
	width: auto;
	height: 70px;
	display: block;
	margin: auto;
}

.wrap-head-sholat{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.wrap-head-sholat .wrap-select-daerah{
	width: 364px;
	display: flex;
}

.wrap-head-sholat .wrap-select-daerah .cmb-daerah{
	width: 100%;
}

.select2-container .select2-selection--single{
	height: 54px !important;
}

.select2-container--default .select2-selection--single {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 13px 5px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #D8D8D8;
	color: #454545;
	font-family: Century Gothic,arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: ease all 0.4s;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow{
    transform: rotate(180deg);
    transition: transform 0.2s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    width: 45px;
    top: 0px;
    right: 0px;

    background: url('../images/arrow-blue.png');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 23px 24px;
    transition: transform 0.2s;
	background-position: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none;
}

.select2-dropdown {
    border: 1px solid #D8D8D8;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 8px;
}

.select2-results__option {
    padding: 10px 20px;
    margin: 2px 0px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    font-family: Century Gothic,arial,sans-serif;
    color: #000;
    font-weight: 400;
	line-height: normal;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
    border: 1px solid #D8D8D8;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 14px;
    font-size: 16px;
    font-family: Century Gothic,arial,sans-serif;
    color: #000;
}

.wrap-share{
	position: relative;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.wrap-share .btn-share{
	cursor: pointer;
	display: flex;
	color: #000;

	font-family: Century Gothic, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wrap-share .btn-share img{
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.wrap-social{
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 3;
	display: none;
	padding: 10px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(98, 98, 98, 0.25);
}

.wrap-social-show{
	display: flex;
}

.wrap-social .list-social{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px 5px;
}

.wrap-social .list-social img{
	width: 30px;
	height: 30px;
}

.h-table-jadwal-sholat{
	position: relative;
	width: 100%;
	background: url('../images/h-jadwal-sholat.png');
	background-size: 100% 100%;
	padding: 14px 40px;
}

.h-table-jadwal-sholat .lentera{
	position: absolute;
	right:0;
	top:0;
	z-index: 2;
	width: 62px;
	height: 103px;
}

.h-table-jadwal-sholat .wrap-h-waktu-sholat{
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	width: max-content;
	align-items: center;
	border-radius: 5px;
	margin-left: auto;
	border: 1px solid rgba(255, 255, 255, 0.70);
	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(5px);
}

.icon-waktu{
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

.icon-waktu img{
	width: 48px;
	height: 48px;
}

.nama-waktu{
	width: 111px;
	padding-left: 10px;
	
	color: #454545;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.nama-waktu span{
	display: block;
	border-radius: 5px;
	background: #204D7F;
	padding: 3px 5px;
	width: max-content;
	margin-bottom: 5px;
	
	color: #FFF;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.jam-waktu{
	color: #454545;
	text-align: right;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left: 10px;
}

.wrap-h-table-waktu-sholat{
	padding: 0px 40px;
	background: #204D7F;
}

.h-table-waktu-sholat{
	width: 100%;
	border: none;
}

.h-table-waktu-sholat th{
	text-align: center !important;
	background: #204D7F;
	padding: 8px 0px;
	color: #FFF;
	text-align: center;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.wrap-table-waktu-sholat{
	background: #EAE6DB;
	padding: 0px 40px 20px 40px;
}

.table-waktu-sholat{
	width: 100%;
	border: none;
}

.table-waktu-sholat tbody tr{
	border: 1px solid rgba(255, 255, 255, 0.90);
}

.table-waktu-sholat tbody .active td{
	background: rgba(237, 186, 101, 0.50);
}

.table-waktu-sholat tbody td{
	color: #000 !important;
	text-align: center !important;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px;
	border: none;
	background: rgba(33, 33, 33, 0.05);
}

.b-table-jadwal-sholat{
	position: relative;
	width: 100%;
	height: 120px;
	background: url('../images/b-jadwal-sholat.png');
	background-size: 100% 100%;
}

.sumber-jadwal-sholat{
	position: absolute;
	bottom: -23px;
	left: 0;
	width: 100%;
	padding: 5px 30px;
	background: #B22A2A;
	
	color: #FFF;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.sponsor-page-sholat span{
		width: 100%;
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.sponsor-page-sholat .wrap-sponsor{
		width: 100%;
		padding-left: 0px;
	}
	
	.sponsor-page-sholat .wrap-sponsor .list-sponsor{
		width: 140px;
		height: 70px;
		margin: 0px 8px 8px 0px;
	}

	.table-waktu-sholat tbody td{
		font-size: 13px;
	}
	
	.h-table-waktu-sholat th{
		font-size: 13px;
	}
	
	.h-table-jadwal-sholat{
		background: url('../images/md-h-jadwal-sholat.png');
		background-size: 100% 100%;
	}
	
	.b-table-jadwal-sholat{
		background: url('../images/md-b-jadwal-sholat.png');
		background-size: 100% 100%;
	}
}

