﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/* ----- Reset (must come first) ----- */
@import url("reset.css");

/* ----- Components ----- */
@import url("components.css");

/* ----- Header / Footer ----- */
@import url("header.css");
@import url("footer.css");

/* ----- Andromeda ----- */
@import url("andromeda.css");

/* ----- Icons ----- */
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.5/font/bootstrap-icons.min.css");
/*@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");*/
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined");

/* ----- Font ----- */
@import url("fonts.css");

/* ===========================================================================
Layout
============================================================================*/
/* ------ body ------- */
body{
	/*background: url("image/bg/bg-body.png") center center repeat #f6f6f6;*/
	background-color: white;
	font-weight: bold !important;
}
html[lang="ar"] body{
    text-align: right;
}

/*to set footer absolute to fix position issue in case of no content in page */
/*
body {
	position: relative;
	min-height: 100vh;
}
*/

input, textarea, select {
	border-radius: 6px !important;
}
/* ----- container ----- */

@media(min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media(min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}

@media(min-width: 1350px) {
    .container {
        max-width: 1210px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media(min-width: 1900px) {
    .container {
        max-width: 1440px;
    }
}


/* ===========================================================================
Homepage
============================================================================*/
/* ========== Slider ========== */
#JoudCarousel .carousel-item .carousel-caption {
	max-width: 430px;
	text-align: center !important;
	background-color: white;
	color: black;
	left: 50% !important;
	right: auto  !important;
	top: 50%  !important;
	bottom: auto  !important;
	transform: translate(-50%,-50%);
	padding: 20px  !important;
	border-radius: 20px;
}
#JoudCarousel .carousel-item .carousel-caption h1,
#JoudCarousel .carousel-item .carousel-caption h2,
#JoudCarousel .carousel-item .carousel-caption h3,
#JoudCarousel .carousel-item .carousel-caption h4,
#JoudCarousel .carousel-item .carousel-caption h5,
#JoudCarousel .carousel-item .carousel-caption h6{
	color: var(--colorBase1);
	text-align: center;
}
#JoudCarousel .carousel-item .carousel-caption p{
	color: gray;
	text-align: center;
}
#JoudCarousel .carousel-item .carousel-caption .btn{
	min-width: 200px;
	margin: 0 auto;
}

@media(min-width: 1200px){
	html[lang="en"] #JoudCarousel .carousel-item .carousel-caption{
		margin-left: -250px;
	}
	html[lang="ar"] #JoudCarousel .carousel-item .carousel-caption{
		margin-left: 250px;
	}
}

/* ========== Scroll Text ========== */
section.scrolltext {
	transform: translateY(-50%);
    z-index: 100;
}
.scrolltext-holder {
	position: relative;
    height: 82px;
    background: url(image/marquee/marq-left.png) left center no-repeat,
    url(image/marquee/marq-right.png) right center no-repeat;
}

.marquee-label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.marquee-label.visible-en-only {
	left: 10px;
}
.marquee-label.visible-ar-only {
	right: 10px;
}

/* marquee */
.news-marquee {
	font-size: 17px;
	font-weight: bold;
	color: white;
	margin: 0 30px;
	background-color: var(--colorBase1);
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-marquee a {
    text-decoration: none;
    color: white;
}
.dot {
    height: 8px;
    width: 8px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px !important;
    background-color: var(--colorHighlight1-hover);
    border-radius: 50%;
    display: inline-block
}


@media(max-width: 767.98px){
    .marquee-label {
        display: none !important;
    }
    .scrolltext-holder,
    .news-marquee {
        height: 50px;
    }
    .news-marquee {
        font-size: 15px;
        font-weight: normal;
        margin: 0px 17px;
    }
}

/* top slider radius */
/*
#JoudCarousel {
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	overflow: hidden;
}
*/

/* ========== Donation bar ========== */
/*
#fast-donation-bar{
	position: relative;
}
#fast-donation-bar-station{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: transparent;
	opacity: 0;
	pointer-events: none;
	top: calc(-88px + -15px);
}

@media(min-width: 992px){
	.donation-bar{
		margin-top: -80px;
		z-index: 50;
	}
}
.donation-bar .bar {
	background-color: #155b59;
	background: url(image/bg/dome-top.png) center top repeat-x,
	url(image/bg/dome-bottom.png) center bottom repeat-x #155b59;
	padding: 55px 15px;
	border-top: 3px solid #064645;
	border-bottom: 3px solid #064645;
	border-radius: 20px;
}
.donation-bar .bar-inner {
	max-width: 1150px;
	margin: 0 auto;
}

@media(min-width: 992px){
	.donation-bar .input{
		max-width: 240px;
	}
}
@media(max-width: 991.98px){
	.donation-bar .col-12{
		margin-bottom: 7px;
	}
	.donation-bar button{
		min-width: 200px;
	}
}
*/

/* ========== Header Categories ========== */
.each-header-category {
	position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
	width: 100%;
    height: 300px;
}

.header-cat-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width: 1200px){
    .header-cat-title-desktop {
        transition: all 0.3s ease;
        background-color: rgba(0,0,0,0.45);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 50;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0%;
        opacity: 0;
    }
    .each-header-category:hover .header-cat-title-desktop {
        height: 100%;
        opacity: 1;
    }
}

@media(max-width: 1199.98px){
    .header-cat-title-mobile {
        color: white;
        background-color: rgba(0,0,0,0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}


/* ========== video feature ========== */
/*
.video-feature .video-wrapper,
.video-feature .txt-wrapper{
	height: 520px;
}
@media(max-width: 1199.98px){
	.video-feature .video-wrapper,
	.video-feature .txt-wrapper{
		height: auto;
	}
}

.video-feature .video-wrapper{
	background-color: transparent;
	color: white;
	position: relative;
}
.video-feature .the-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-feature .txt-wrapper{
	background-color: var(--colorBase1);
	color: white;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.video-feature .txt {
	max-width: 670px;
	text-align: center;
}
.video-feature .txt p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}
*/

/* ========== Footer Categories ========== */
/*
.each-footer-category {
	background-color: white;
	min-width: 165px;
	max-width: 190px;
	border-radius: 20px;
	box-shadow: 1px 1px 15px #e1e1e1;
	padding: 25px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 15px;
	transition: all 0.3s ease;
}
.footer-cat-title {
	color: var(--colorHighlight1);
	font-weight: bold;
	margin: 10px 0;
}
.footer-cat-link-all {
	color: gray;
	text-decoration: underline;
	font-size: 14px;
}

/* desktop hover effect *-/
@media(min-width: 1200px){

	.slick-footer-categories .slick-track {
		height: 285px;
	}
	
	.each-footer-category{
		width: 190px;
		height: 190px;
		/*min-height: 190px;*-/
		border-radius: 50%;
		transition: height 0.1s;
	}
	.footer-cat-title,
	.footer-cat-link-all{
		display: none;
	}

	.each-footer-category:hover{
		height: 260px;
		border-radius: 20px;
	}
	
	.each-footer-category:hover .footer-cat-title,
	.each-footer-category:hover .footer-cat-link-all{
		display: block;
	}
	
}
*/



/* Brands Slider*/
/*
.row-homepage-brands .brand-image {
	box-shadow: 1px 1px 8px #e8e7e7;
	border-radius: 10px;
	height: 150px;
	width: 100%;
	margin: 15px auto;
	position: relative;
}
.row-homepage-brands .brand-image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
*/

/* ========== icon features ========== */
.icon-features {
	background-color: var(--colorBase1);
    background: url(image/icon-feat/icon-feat-bg.png) center center repeat var(--colorBase1);
	padding: 40px 0;
    color: white;
}

.icon-feature {
	text-align: center;
}
.icon-feature a {
	color: white;
    font-weight: bold;
    font-size: 18px;
}

@media(max-width: 767.98px){
    .icon-features {
        padding: 20px 0;
    }
    .icon-feature .icon img{
        max-height: 50px;
    }
    .icon-feature a {
        font-size: 14px;
    }
}

/* ---------- homepage products tabs ---------- */
.homepage-products-tabs .homepage-products-card-wrapper > .card {
	border: 0;
}
.homepage-products-tabs .card-header {
	padding: 0;
    background-color: transparent;
}
.homepage-products-tabs .card-header-pills {
	margin: 0;
}
.homepage-products-tabs .card-header-pills {
	margin: 0;
	display: flex;
	justify-content: center;
}
.homepage-products-tabs .nav-pills .nav-link {
	border-radius: 0;
    margin-bottom: -2px;
    border-bottom: 4px solid transparent;
    color: #a6a5a5;
}
.homepage-products-tabs .nav-pills .nav-link.active,
.homepage-products-tabs .nav-pills .show > .nav-link {
	color: #000;
	background-color: transparent;
	border-bottom: 4px solid var(--colorBase1);
}
.homepage-products-tabs .tab-content > .tab-pane {
	padding: 20px 0;
}

/* ===========================================================================
Product Listing Page
============================================================================*/
/* ---------- banner --------- */
.listing-page-banner {
	margin-bottom: 80px;
}
@media(max-width: 1199.98px){
    .listing-page-banner {
        margin-bottom: 20px;
    }
}
.listing-page-banner .cat-title-wrapper {
	background-color: #4f9b5a;
	color: white;
    max-height: 230px;
}
.listing-page-banner .cat-title {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listing-page-banner .cat-title h1 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

.col-listing-page-banner-pic img {
	max-width: unset;
}

/*fix rtl*/
.row-reverse-rtl .col-listing-page-banner-pic {
	direction: ltr !important;
}

/* ----- checkout bar ----- */
.listingpage-checkout-bar {
	background-color: #f69753;
	padding: 10px 15px;
	color: white;
	border-radius: 8px;
}
.listingpage-checkout-bar p{
	margin: 0;
    font-weight: normal;
}
.listingpage-checkout-bar .btn {
	background-color: #ffaf77;
	color: white;
	font-weight: bold;
	min-width: 120px;
}

/* ---------- subcats --------- */
.listing-page-banner .subcats-wrapper{
    max-height: 62px;
}
.listing-page-banner .each-subcat {
	border: 1px solid #e2e2e2;
	padding: 2px 10px;
	display: block;
	font-size: 16px;
	border-radius: 15px;
}
@media(max-width: 767.98px){
    .listing-page-banner .each-subcat {
        padding: 2px 8px;
        font-size: 14px;
        border-radius: 12px;
    }
}
.slick-listing-page-sub-categories.slick-common-styles .slick-arrow.slick-disabled {
	opacity: 0;
}
.slick-listing-page-sub-categories.slick-common-styles .slick-prev,
.slick-listing-page-sub-categories.slick-common-styles .slick-next {
	height: 50px;
    width: 35px;
	border-radius: 0;
	box-shadow: 1px 1px 5px #d9d9d9;
	border: 1px solid #e3e2e2;
	background-color: #fbfbfb;
}
@media(max-width: 767.98px){
    .slick-listing-page-sub-categories.slick-common-styles .slick-prev,
    .slick-listing-page-sub-categories.slick-common-styles .slick-next {
        height: 45px;
        width: 30px;
    }
}

/* banner old style
.listing-page-banner {
	width: 100%;
	height: 375px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
@media(max-width: 767.98px){
	.listing-page-banner {
		height: 270px;
	}
}
.listing-page-banner .overlay {
	z-index: 15;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.listing-banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 10;
}

.listing-page-banner .content {
	z-index: 20;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.listing-page-banner a {
	color: white !important;
}

@media(max-width: 767.98px){
	.listing-page-banner .bcrumb {
		font-size: 13px;
	}
}
*/

/* ----------------- sale products listing page (above styles are for donation listing) ----------------------*/
.page-sale-catalog .block-category-navigation {
	min-width: 220px;
	background-color: white;
	border-radius: 7px;
	padding: 15px;
	font-size: 13px;
}
.page-sale-catalog .block-category-navigation .h5 {
	color: black;
	font-size: 18px;
}
.page-sale-catalog .generalLeftSide .block-category-navigation li a {
	color: gray;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
}
.page-sale-catalog .generalLeftSide .block-category-navigation li.active .sublist > li.last > a {
	font-weight: bold;
}

/* ===========================================================================
Product Details Page
============================================================================*/
.product-details-page .breadcrumb {
	font-size: 14px;
}

.product-details-page .whitebox {
	background-color: white;
	padding: 30px;
	border-radius: 15px;
}
@media(max-width: 767.98px){
	.product-details-page .whitebox {
		padding: 15px;
		border-radius: 10px;
	}
}

.product-details-page .product-label {
	z-index: 50 !important;
}

/* ---------- slider ---------- */
.pr-details-slider{
	margin-bottom: 10px;
}
.pr-details-slider .main-image{
	width: 100%;
	/*height: 650px;*/
	border-radius: 15px;
}
/*
@media(max-width: 767.98px){
	.pr-details-slider .main-image{
		height: 300px;
	}
}
*/

.slick-common-styles.pr-details-slider .each-item {
	/*height: 650px;*/
	position: relative;
}
.slick-common-styles.pr-details-slider .main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.slick-common-styles.pr-details-slider .slick-next,
.slick-common-styles.pr-details-slider .slick-prev{
	z-index: 10;
	border-radius: 0;
	box-shadow: none;
}
html[lang="en"] .slick-common-styles.pr-details-slider .slick-next {
	transform: translate(0px,-50%);
}
html[lang="en"] .slick-common-styles.pr-details-slider .slick-prev {
	transform: translate(0px, -50%);
}

/* ---------- stats ---------- */
.row-detailspage-stats {
    /*
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
    */
	padding-top: 5px;
	padding-bottom: 5px;
	color: #919191;
}
.row-detailspage-stats .col-each-stat {
	color: #3d4142;
	font-size: 14px;
}

html[lang="en"] .row-detailspage-stats .col-social {
	margin-left: auto;
}
html[lang="ar"] .row-detailspage-stats .col-social {
	margin-right: auto;
}
.row-detailspage-stats .social-icons li {
	margin: 0 4px;
}
html[lang="ar"] .row-detailspage-stats .social-icons li {
	float: right;
}
.row-detailspage-stats .social-icons li a {
	background: transparent;
	color: #fff;
	height: 27px;
	width: 27px;
	line-height: 25px;
	font-size: 16px;
	display: inline-flex;
	float: none;
	align-items: center;
	justify-content: center;
	padding-top: 2px;
}
.row-detailspage-stats .social-icons li.s-title {
	font-size: 13px;
}
/* ---------- title, short description, donate complete message ---------- */
.product-details-page .project-title {
	color: black;
	font-weight: bold;
	font-size: 28px;
}
.product-details-page .short-description p {
	/*color: rgb(168, 167, 167);*/
	color: #606060;
}
@media(max-width: 767.98px){
    .product-details-page .project-title {
        font-size: 20px;
    }
    .product-details-page .short-description p {
        font-size: 14px;
    }
}

.product-details-page .donate_complete {
	font-weight: bold;
	font-size: 18px;
	color: green;
	margin-bottom: 15px;
}

/* ---------- progressbar ---------- */
.product-details-page .progressbar {
	margin: 0;
}
.product-details-page .percentCount {
	display: none;
}
.product-details-page .percent-txt {
	font-size: 18px;
    font-weight: bold;
	color: var(--colorHighlight1-hover);
}

/* ---------- progressbar lg ---------- */
/* old circular progressbar 
.progressbar-holder.progressbar-holder-lg {
	background-color: #4E9B5A;
	padding: 25px;
	pointer-events: none;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	margin: 10px auto;
}

.progressbar-holder.progressbar-holder-lg .progress-bar {
	color: white;
	font-weight: bold;
	background-color: transparent;
}
.progressbar-holder.progressbar-holder-lg .progress-bar,
.progressbar-holder.progressbar-holder-lg .progress-bar div {
	width: 140px;
	height: 140px;
}
.progressbar-holder.progressbar-holder-lg .progress-bar .rotate,
.progressbar-holder.progressbar-holder-lg .left,
.progressbar-holder.progressbar-holder-lg .right {
	clip: rect(0 70px 140px 0);
}
.progressbar-holder.progressbar-holder-lg .progress-bar div span {
	width: 120px;
	height: 120px;
	left: 10px;
	top: 10px;
	font-size: 30px;
	line-height: 45px;
	background-color: #4E9B5A;
	display: flex;
	align-items: center;
	justify-content: center;
}
*/

/* ---------- money stats ---------- */
.product-details-page .col-product-forms .project-money {
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}
@media(max-width: 767.98px){
	.product-details-page .col-product-forms .project-money {
        padding: 15px 10px;
        border-radius: 8px;
    }
}
.product-details-page .col-product-forms .project-money .pm-stat-single {
	padding-left: 8px;
	padding-right: 8px;
}
@media(max-width: 767.98px){
    .product-details-page .col-product-forms .project-money .pm-stat-single:not(:last-of-type) {
        border-bottom: 0 solid #eaeaea;
    }
}
@media(min-width: 768px){
	html[lang="en"] .product-details-page .col-product-forms .project-money .pm-stat-single:not(:last-of-type) {
		border-right: 1px solid #d5d5d5;
	}
	html[lang="ar"] .product-details-page .col-product-forms .project-money .pm-stat-single:not(:last-of-type) {
		border-left: 1px solid #d5d5d5;
	}
}
.product-details-page .col-product-forms .project-money p {
	text-align: center;
	color: #686868;
	margin: 0;
	font-size: 16px;
	white-space: nowrap;
}
.product-details-page .col-product-forms .project-money p:first-of-type {
	color: #898989;
	font-size: 18px;
	font-weight: 600;
}
.product-details-page .col-product-forms .project-money p:first-of-type + p {
	font-size: 20px;
    color: #2c2c2c;
}
@media(max-width: 767.98px){
    .product-details-page .col-product-forms .project-money p:first-of-type {
        font-size: 15px;
    }
    .product-details-page .col-product-forms .project-money p:first-of-type + p {
        font-size: 16px;
    }
}


/* forms */
.product-details-page .col-product-forms .input-group input {
	height: 48px;
	border: 1px solid #ced4da;
	border-radius: 0 !important;
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none;
	text-align: center;
}
@media(max-width: 767.98px){
	.product-details-page .col-product-forms .input-group input {
        height: 40px;
	}
}
.product-details-page .col-product-forms .input-group .btn {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
    border-color: #ced4da;
}
@media(max-width: 767.98px){
	.product-details-page .col-product-forms .input-group .btn {
        height: 40px;
    }
}

.product-details-page .btn-pre-amount {
	background-color: transparent;
	border: 1px solid #ced4da;
	color: #777777;
	min-width: 50px;
    height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
@media(max-width: 767.98px){
	.product-details-page .btn-pre-amount {
		padding: 0.3rem 0.7rem;
		font-size: 1.15rem;
        height: 40px;
	}
}

.product-details-page .btn-pre-amount.active {
	border: 1px solid #f69753 !important;
	color: white !important;
    background-color: #f69753;
}

/* bottom action buttons */
.row-final-actions-detailspage input {
	border: 1px solid white;
	background-color: white;
	color: #cfcfcf;
	font-weight: bold;
	box-shadow: 1px 1px 15px #dbdbdb !important;
	width: 100%;
	text-align: center;
}

.product-details-page .btn-add-to-cart {
	display: flex;
	height: 46px;
    min-width: 80px;
	align-content: center;
	justify-content: center;
}
@media(min-width: 768px){
    .product-details-page .btn-add-to-cart {
        min-width: 150px;
    }
}

/* input group reverse for detailspage donation counter in ar */
html[lang="ar"] .col-product-forms .input-group.bootstrap-touchspin {
	flex-direction: row-reverse;
}

html[lang="ar"] .col-product-forms .input-group.bootstrap-touchspin > .input-group-prepend > .btn {
	border-radius: 4px 0px 0px 4px;
}
html[lang="ar"] .col-product-forms .input-group.bootstrap-touchspin > .input-group-append > .btn {
	border-radius: 0px 4px 4px 0px;
}

html[lang="ar"] .col-product-forms .input-group.bootstrap-touchspin .input-group-prepend {
	margin-left: 0;
	margin-right: -1px;
}
html[lang="ar"] .col-product-forms .input-group.bootstrap-touchspin .input-group-append {
	margin-right: 0;
	margin-left: -1px;
}

/* --------------------- details page sale product --------------------------*/
.product-details-page-sale .price {
	color: var(--colorHighlight1-hover);
	font-weight: bold;
	font-size: 24px;
}
.product-details-page-sale .price.old-price {
	color: gray;
	font-size: 20px;
	text-decoration: line-through;
	font-weight: normal;
}

/* ===========================================================================
Login / Registration
============================================================================*/
/* ---------- Registration ---------- */
.page-lightbox-register .input-style-icon-placeholder {
	margin-top: 20px;
}

/* ===========================================================================
My Account Pages
============================================================================*/
/* ---------- sidebar ---------- */
.block-account-navigation {
	background-color: #fbfbfb;
	padding: 0 15px 15px 15px;
}
.block-account-navigation > .h5 {
	padding: 15px;
	border-bottom: 1px solid rgb(236, 236, 236);
}

.block-account-navigation > ul > li > a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 17px;
	color: #5d5d5d;
}
.block-account-navigation > ul > li > a:hover {
	background-color: #efefef;
}

html[lang="en"] .block-account-navigation > ul > li > a.active,
html[lang="en"] .block-account-navigation > ul > li > a:hover {
	border-right: 5px solid var(--colorHighlight1);
	background-color: #efefef;
	border-color: var(--colorHighlight1);
	color: var(--colorHighlight1);
}
html[lang="ar"] .block-account-navigation > ul > li > a.active,
html[lang="ar"] .block-account-navigation > ul > li > a:hover {
	border-left: 5px solid var(--colorHighlight1);
	background-color: #efefef;
	border-color: var(--colorHighlight1);
	color: var(--colorHighlight1);
}

.block-account-navigation > ul > li > a > svg,
.block-account-navigation > ul > li > a > i,
.block-account-navigation > ul > li > a > .icon {
    margin-left: 15px;
    margin-right: 15px;
}
.block-account-navigation > ul > li > a.active > svg,
.block-account-navigation > ul > li > a.active > i{
    color: var(--colorHighlight1);
}

/* --------- orders table -------- */
.icon-payment-method img{
	max-height: 40px;
	max-width: 80px;
	margin: 0 auto;
}

/* --------- Certificates -------- */
.page-account-certificates .cert-wrapper {
	background-color: rgba(0,0,0,0.2);
	background: linear-gradient(45deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	padding: 20px;
	display: inline-flex;
	border-radius: 10px;
}
.page-account-certificates .cert-img {
	height: 200px;
	width: 100%;
	object-fit: contain;
}

/* ===========================================================================
Cart
============================================================================*/
/* cart table */
.shopping-cart.table{
	border-bottom: 0 !important;
}
@media(min-width: 992px){
	.shopping-cart.table{
		border-radius: 20px;
		overflow: hidden;
	}
}
.shopping-cart.table thead th {
	background-color: var(--colorBase1);
	color: white;
	font-size: 18px;
	font-weight: bold !important;
	border-bottom: 2px solid var(--colorBase1) !important;
}

.shopping-cart.table td {
	text-align: center;
	vertical-align: middle;
	background-color: white;
	color: var(--colorBase1) !important;
}
.shopping-cart.table .product-name {
	color: var(--colorBase1);
}
.shopping-cart.table .prod-total {
	color: var(--colorBase1);
	font-weight: bold;
}

.shopping-cart.table tfoot td {
	font-size: 25px;
	font-weight: bold;
	background-color: #e5e5e5;
	color: #a1711d !important;
}

/* bottom section (login tabs + payments) */
.shopping-cart-page .card-green > .card-header {
	background-color: var(--colorBase1);
	color: white;
	border-radius: 20px 20px 0 0;
	padding: 15px 30px 25px 30px;
}
.shopping-cart-page .nav-tabs .nav-link {
	border: 2px solid white;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-radius: 15px;
	color: white;
	margin: 5px;
}
.shopping-cart-page .nav-tabs .nav-link.active{
	color: black;
}
.shopping-cart-page .card-body {
	background-color: white;
}
.shopping-cart-page .payment_methods {
	background-color: white;
}


/* ===========================================================================
Lightbox Pages ( DiplomaRegister, Login, Signup )
============================================================================*/
/*common*/
.page-lightbox-viewport-wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-lightbox-bg-img {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 50;
}
.page-lightbox-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	color: white;
}

/*forms*/
.form-box {
	background-color: white;
	color: #b4b4b4;
	font-size: 16px;
	padding: 40px;
	border-radius: 50px;
}
@media(max-width: 767.98px){
	.form-box {
		padding: 30px 10px;
	}
}
.page-lightbox-register-diploma .form-control-lg{
	font-size: 1rem;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-lightbox-register-diploma .input-style-icon-placeholder-file-upload > input {
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 30px;
}

/* Registration */
@media(min-width: 1200px){
	.page-lightbox-register .page-lightbox-content {
		top: 50%;
		transform: translateY(-50%);
	}
}
.divider-heading {
	border-top: 2px solid #b4b4b4;
	text-align: center;
}
.divider-heading .h {
	background-color: white;
	color: #b4b4b4;
	display: inline-flex;
	padding: 3px 10px;
	transform: translateY(-65%);
}

.social-circle-item {
	background-color: white;
	box-shadow: 1px 1px 18px #c8c8c8;
	font-size: 30px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-circle-item-facebook {
	background-color: #2680eb;
	color: white;
}

/* login */
/* Registration */
@media(min-width: 1200px){
	.page-lightbox-login .page-lightbox-content {
		top: 50%;
		transform: translateY(-50%);
	}
}


/* ===========================================================================
News Listing
============================================================================*/
/*
.news-tabs-wrapper .nav-wrapper .nav-pills .nav-link.active{
	background-color: var(--colorHighlight1);
}

@media(min-width: 1200px){
	.news-tabs-wrapper .nav-wrapper {
		width: 300px;
	}
	.news-tabs-wrapper .nav-wrapper .card-header {
		border-radius: 15px !important;
		padding: 25px 20px;
	}
}

@media(max-width: 1199.98px){
	.news-tabs-wrapper .nav-wrapper {
		flex: 0 0 100%;
	}
	.news-tabs-wrapper .nav-wrapper .card-header {
		background-color: white;
		padding: 15px;
		border-radius: 15px !important;
	}
	.news-tabs-wrapper .nav-wrapper > ul {
		display: flex;
		flex-direction: row !important;
	}
	.news-tabs-wrapper .nav-wrapper > ul > li > a{
		background-color: #ececec;
		border-radius: 30px;
		margin: 5px;
		font-size: 13px;
	}
}
*/

/* news box */
.news-tabs-wrapper a{
	color: var(--colorHighlight1);
}
.news-tabs-wrapper .blog-entry {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
}
.news-tabs-wrapper .entry-title a {
	display: block;
	margin: 15px 20px 5px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.news-tabs-wrapper .entry-meta a {
	display: block;
	margin: 0 20px 10px;
	font-size: 13px;
	color: gray;
}
.news-tabs-wrapper .entry-content {
	margin: 0 20px 10px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

/* ===========================================================================
News Details
============================================================================*/
.page-news-details .news-entry {
	padding: 0px;
	border-radius: 10px;
}
@media(max-width: 767.98px){
	.page-news-details .news-entry{
		padding: 0px;
	}
}

.page-news-details .entry-image .the-image {
	width: 100%;
	border-radius: 10px;
	height: 450px;
	object-fit: cover;
}
@media(max-width: 767.98px){
	.page-news-details .entry-image .the-image {
        height: 250px;
    }
}

.page-news-details .entry-meta {
	display: block;
	font-size: 13px;
	color: gray;
}
.page-news-details .news-title {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: black;
}
@media(max-width: 767.98px){
    .page-news-details .news-title {
        font-size: 19px;
    }
}

/* ----- sidebar -----  */
.page-news-details .sidebar-widget .recent-post .recent-post-image img {
	width: 100%;
	max-height: 180px;
	border-radius: 7px;
}
.page-news-details .sidebar-widget .recent-post .title a {
	color: black;
	font-size: 15px;
    font-weight: bold;
	padding: 3px 0;
	display: block;
}
.page-news-details .sidebar-widget .recent-post .recent-post-meta {
	font-size: 12px;
	margin-bottom: 10px;
}

/* ===========================================================================
Blog
============================================================================*/
.blog-short-description .desc, .blog-short-description .desc p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
	color: gray;
	font-weight: normal;
	line-height: 16px;
}
@media(max-width: 767.98px){
    .blog-short-description .desc, .blog-short-description .desc p {
        -webkit-line-clamp: 4;
        font-size: 13px;
        font-weight: normal;
        line-height: 14px;
    }
}

.blog-leftside-box h5 {
	font-weight: bold !important;
	font-size: 12px;
	margin-bottom: 0;
}


/* ===========================================================================
Album Page
============================================================================*/
/* tabs on banner like design */
.nav-album-level1 {
	background-color: var(--colorBase1);
	border-radius: 0 !important;
	color: white;
	padding: 50px 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
    margin-bottom: 15px;
}
.nav-album-level1 .nav-link {
	background-color: var(--colorBase1-hover);
	color: white;
	font-weight: bold;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0 3px;
}
.nav-album-level1 .nav-link.active {
	background-color: white;
	color: var(--colorBase1);
}

/*
.albums-wrapper .album-title {
	background-color: white;
	padding: 10px 20px;
	display: inline-block;
	margin: 0;
	border-radius: 15px 15px 0 0;
	box-shadow: 1px 1px 10px #cecece;
	font-size: 20px;
	font-weight: bold;
	color: var(--colorBase1);
}
@media(max-width: 767.98px){
	.albums-wrapper .album-title{
		font-size: 16px;
		padding: 7px 10px;
	}
}

.album-pics-wrapper {
	background-color: white;
	padding: 30px;
	box-shadow: 10px 10px 10px #cecece;
	border-radius: 0 15px 15px 15px;
	display: inline-flex;
}
@media(max-width: 767.98px){
	.album-pics-wrapper {
		padding: 15px;
	}
}
html[lang="ar"] .album-pics-wrapper {
	border-radius: 15px 0 15px 15px;
}
.album-pics-wrapper .form-row {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	width: auto;
	max-width: 100%;
}
*/
/*.albums-wrapper .light-gallery-trigger{
	position: relative;
}*/
/*
.albums-wrapper .light-gallery-trigger:after{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 10;
	pointer-events: none;
	display: none;
}
.albums-wrapper .light-gallery-trigger:hover:after{
	display: flex;
}
*/
.albums-wrapper .img-album-thumb {
	width: 100%;
	height: 250px;
	object-fit: cover;
	cursor: zoom-in;
	border-radius: 10px;
}
@media(max-width: 767.98px){
	.albums-wrapper .img-album-thumb {
		height: 200px;
	}
}

.albums-wrapper .title {
	color: #3e4141;
	margin: 3px;

    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media(max-width: 767.98px){
	.albums-wrapper .title {
        font-size: 13px;
        margin: 3px 0;
    }
}


/*video*/
.light-gallery-trigger .play-icon {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	width: 25px;
}


/* lightgallery rtl fix*/
.lg-outer, .lg-outer * {
	direction: ltr;
}


/* ===========================================================================
Order Details Page
============================================================================*/
.order-details-page .whitebox {
    background-color: white;
    border-radius: 12px;
    padding: 25px 0;
}

.page.order-details-page.final-invoice .invoice-header {
	height: auto;
	min-height: 85px;
	align-items: center;
}
.page.order-details-page.final-invoice .invoice-header .invoice-logo {
	height: 65px;
}
.page.order-details-page.final-invoice .invoice-header .generalTitle {
	color: var(--colorBase1);
	font-size: 33px;
}
.page.order-details-page.final-invoice .info-box {
	height: auto;
	min-height: 60px;
	border-radius: 12px;
	border: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 15px;
}
@media(max-width: 767.98px){
	.page.order-details-page.final-invoice .info-box {
		padding: 10px;
		font-size: 14px;
	}
}

/*order total defferent design for desktops*/
@media(min-width: 1200px){
	.page.order-details-page.final-invoice .info-box.info-box-order-total{
		min-height: 135px;
	}
	.info-box.info-box-order-total > ul > li {
		width: 100%;
		text-align: center;
	}
	.info-box.info-box-order-total > ul > li:last-child {
		color: #878787;
		font-weight: bold;
		font-size: 40px;
	}
}

.page.order-details-page.final-invoice .info-box ul li {
	padding: 0 5px;
}
.page.order-details-page.final-invoice .info-box ul li:first-child {
	color: var(--colorBase1);
	font-weight: bold;
}
.page.order-details-page.final-invoice .table-condensed td {
    border-top: 0;
}

/* */
.order-details-page .payresult-colored-header {
	background-color: var(--colorHighlight1);
	color: white;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px;
}
.order-details-page .payresult-colored-header h5 {
	margin-bottom: 0;
}
@media(max-width: 767.98px){
	.order-details-page .payresult-colored-header {
		padding: 10px 0;
	}
	.order-details-page .payresult-colored-header h5 {
		font-size: 16px;
	}
}
.order-details-page .table-invoice td{
	vertical-align: middle;
}


/* ===========================================================================
Donation Failed Page
============================================================================*/
.whitebox.page-failed-donation {
	background-color: white;
	padding-bottom: 20px;
}
.page-failed-donation .donation-failed-header {
	background-color: red;
	color: white;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	padding: 10px 20px;
}

.page-failed-donation .row-info {
	padding: 15px 20px;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}
.page-failed-donation .row-info ul li:first-child {
	color: var(--colorBase1);
}
.page-failed-donation .row-info ul li:last-child {
	color: #878787;
}

/* ===========================================================================
Zakat Calculation
============================================================================*/
.zakat-calc .nav-tabs {
	border-bottom: 2px solid var(--colorHighlight1);
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
}
.zakat-calc .nav-tabs > li {
    margin-bottom: 0;
    margin: 0 5px;
}
@media(max-width: 767.98px){
    .zakat-calc .nav-tabs > li {
        margin: 0 1px;
    }
}
.zakat-calc .nav > li > a {
	background-color: white;
	text-align: center;
	padding: 10px 25px;
	box-shadow: 1px -1px 5px rgb(212, 212, 212);
	border: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media(max-width: 767.98px){
    .zakat-calc .nav > li > a {
        padding: 10px 5px;
        margin-right: 2px !important;
        font-size: 12px;
    }
}
.zakat-calc .nav > li > a img {
    max-height: 40px; width: auto;
    margin-bottom: 5px;
}
@media(max-width: 767.98px){
    .zakat-calc .nav > li > a img {
        max-height: 30px; width: auto;
    }
}


.zakat-calc .nav-tabs > li.active > a,
.zakat-calc .nav-tabs > li.active > a:hover, 
.zakat-calc .nav-tabs > li.active > a:focus {
	color: white;
	background-color: var(--colorHighlight1);
	border: 1px solid var(--colorHighlight1);
}
.zakat-calc .nav-tabs > li.active > a {
	color: black !important;
}

.table-zakat-amount tr td:first-child{
    font-size: 13px;
}
.table-zakat-amount tr td:first-child+td{
    color: var(--colorHighlight1);
}
.table-zakat-amount tr td:last-child a{
    color: red;
}

.zakatcalc-scrollable{
    max-height: 250px;
    overflow-y: auto;
}

/* later */
.zakat-calc .module-box {
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 100%;
}


/* ===========================================================================
Minor Pages
============================================================================*/
/* ---------- Delegate Request Page ---------- */
.delegaterequest-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.delegaterequest-page {
		padding: 20px;
		border-radius: 15px;
	}
}

/* ---------- Deduction Request Page ---------- */
.deductionrequest-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.deductionrequest-page {
		padding: 20px;
		border-radius: 15px;
	}
}

/* ---------- Project Request Page ---------- */
.projectrequest-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.projectrequest-page {
		padding: 20px;
		border-radius: 15px;
	}
}

#sig-canvas{
	width: 100%;
	height: 200px;
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
}

/* ---------- Subscription to Mosques Page ---------- */
.subscriptionstomosques-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.subscriptionstomosques-page {
		padding: 20px;
		border-radius: 15px;
	}
}

/* ---------- Vendor Details Page ---------- */
.page-vendor-details .vendor-pic > img {
	max-width: 350px;
	height: 200px;
	object-fit: contain;
	border-radius: 10px;
}

/* ---------- directors board ---------- */
.team {
	box-shadow: 0 0 10px #ddd;
	padding: 25px 15px;
	border-radius: 15px;
}

/* ---------- branches Page ---------- */
.sl-map iframe {
	width: 100%;
}


/* ---------- Terms and Conditions Page ---------- */
.terms-whitebox {
	box-shadow: 1px 1px 50px #e6e6e6;
	border-radius: 20px;
	padding: 30px 50px;
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
}
@media(max-width: 767.98px){
	.terms-whitebox {
		padding: 20px 15px;
		margin: 30px auto;
	}
}
.terms-txt {
	width: 100%;
	max-height: 600px;
	overflow-y: auto;
	margin: 15px 0;
	font-size: 14px;
}
.page-terms .row-action-buttons .btn{
	min-width: 150px;
}
@media(max-width: 767.98px){
	.page-terms .row-action-buttons .btn{
		min-width: 100px;
	}
}
.carousel-caption {
	display: none;
}


/* ===========================================================================
Gift Donation
============================================================================*/
/* ---------- gift donation components ---------- */
/* -- radio picture style -- */
.radio-picture-style input[type="radio"],
.radio-picture-style input[type="checkbox"] {
    display: none;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap {
    position: relative;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap::after,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap::after {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    /*transform: translate(20%,-30%);*/
    /*border-radius: 50%;*/
    width: 30px;
    height: 30px;
    background-color: black;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-picture-style-img-wrap img {
    object-fit: contain;
    margin-bottom: 6px;
    border: 1px solid transparent;
}
.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap img,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap img {
    border: 1px solid black;
}

/* phone input */
#country-listbox {
	direction: ltr;
	text-align: left;
}

/*validation*/
.message-error {
	color: red;
}
.field-validation-error {
	font-weight: normal;
	color: red;
}
#spPhone {
	font-weight: normal;
	color: red;
}

/* ---------- Step Header ---------- */
.step-header {
	margin-bottom: 20px;
    margin-top: 30px;
}
.step-number {
	background-color: var(--colorHighlight1-hover);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
  z-index: 50;
  position: relative;
}
.step-title {
	background-color: #ededed;
	height: 50px;
	display: flex;
	align-items: center;
}
html[lang="en"] .step-title {
	padding-left: 30px;
}
html[lang="ar"] .step-title {
	padding-right: 30px;
}
.step-title::after {
	content: "";
	background-color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
}
html[lang="en"] .step-title::after {
	left: 0;
	transform: translateX(-80%);
}
html[lang="ar"] .step-title::after {
	right: 0;
	transform: translateX(80%);
}
.step-title h3 {
	color: var(--colorHighlight1-hover);
	font-weight: bold;
	font-size: 24px;
}

@media(max-width: 767.98px){
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .step-title h3 {
        font-size: 18px;
    }
    html[lang="en"] .step-title {
        padding-left: 20px;
    }
    html[lang="ar"] .step-title {
        padding-right: 20px;
    }
    .step-title {
        height: 35px;
    }
    .step-title::after {
        width: 35px;
        height: 35px;
    }
}

/* ---------- Step 1 ---------- */
.slick-slider-projects .project-wrapper {
	border: 1px solid var(--colorHighlight1);
	border-radius: 12px;
	overflow: hidden;
  text-align: center;
}
.slick-slider-projects .project-img {
	width: 100%;
	height: 130px;
  position: relative;
}
.slick-slider-projects .project-img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.slick-slider-projects .project-title {
	color: var(--colorBase1);
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.slick-slider-projects .project-form-wrapper {
	background-color: #eee;
	padding: 12px;
}
.slick-slider-projects .project-form-wrapper input {
  border: 1px solid #dee2e6;
  background-color: white;
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.slick-slider-projects .card input::placeholder {
  color: #bebebe;
  font-size: 16px;
}

/* ---------- Step 2: template selection ----------- */
.template-selection-tabs {
	border: 0;
	margin-bottom: 40px;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.template-selection-tabs .nav-link {
	background-color: #ededed;
}
.template-selection-tab-active {
	background-color: var(--colorHighlight1) !important;
}

/* ---------- Step 3: form ---------- */
.page-gift-donation .input-style-icon-placeholder:not(.empty) label {
	background-color: white;
	border-radius: 5px;
}
.gift-donation-phone .iti {
	width: 100%;
}

.page-gift-donation .pay-img-holder img {
	max-height: 50px !important;
}
@media(max-width: 767.98px){
    .page-gift-donation .pay-img-holder img {
        max-height: 40px !important;
    }
}

/* ===========================================================================
Zakat Calculation
============================================================================*/
.zakat-calc .nav-tabs {
	border-bottom: 2px solid var(--colorOlive);
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
}

	.zakat-calc .nav-tabs > li {
		margin-bottom: 0;
		margin: 0 5px;
	}

@media(max-width: 767.98px) {
	.zakat-calc .nav-tabs > li {
		margin: 0 1px;
	}
}

.zakat-calc .nav > li > a {
	background-color: white;
	text-align: center;
	padding: 10px 25px;
	box-shadow: 1px -1px 5px rgb(212, 212, 212);
	border: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media(max-width: 767.98px) {
	.zakat-calc .nav > li > a {
		padding: 10px 5px;
		margin-right: 2px !important;
		font-size: 12px;
	}
}

.zakat-calc .nav > li > a img {
	max-height: 40px;
	width: auto;
	margin-bottom: 5px;
}

@media(max-width: 767.98px) {
	.zakat-calc .nav > li > a img {
		max-height: 30px;
		width: auto;
	}
}


.zakat-calc .nav-tabs > li.active > a,
.zakat-calc .nav-tabs > li.active > a:hover,
.zakat-calc .nav-tabs > li.active > a:focus {
	color: white;
	background-color: var(--colorOlive);
	border: 1px solid var(--colorOlive);
}

.table-zakat-amount tr td:first-child {
	font-size: 13px;
}

	.table-zakat-amount tr td:first-child + td {
		color: var(--colorOlive);
	}

.table-zakat-amount tr td:last-child a {
	color: red;
}

.zakatcalc-scrollable {
	max-height: 250px;
	overflow-y: auto;
}

/* later */
.zakat-calc .module-box {
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 100%;
}


/* -------------- fast donation tabs ----------------- */
.homepage-fast-donation-tabs .nav-tabs {
	border: none;
}

	.homepage-fast-donation-tabs .nav-tabs .nav-item {
		margin-bottom: 0;
	}

		.homepage-fast-donation-tabs .nav-tabs .nav-item .nav-link {
			border-bottom: 0;
			background-color: white;
			border-color: #f1f1f1;
			font-weight: bold;
			color: gray;
			padding: 8px 10px;
			font-size: 14px;
		}

@media(min-width: 1200px) {
	.homepage-fast-donation-tabs .nav-tabs .nav-item .nav-link {
		padding: 12px 20px;
		font-size: 20px;
	}
}

html[lang="en"] .homepage-fast-donation-tabs .nav-tabs .nav-item:not(:last-child) .nav-link {
	margin-right: 10px;
}

html[lang="ar"] .homepage-fast-donation-tabs .nav-tabs .nav-item:not(:last-child) .nav-link {
	margin-left: 10px;
}

.homepage-fast-donation-tabs .nav-tabs .nav-item .nav-link.active {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	color: var(--colorOlive);
}

/* tab content */
.homepage-fast-donation-tabs .tab-content-wrapper {
	background-color: #f1f1f1;
	padding: 35px 20px;
	border: 1px solid #f1f1f1;
	border-radius: 0 0 12px 12px;
}

@media(min-width: 1200px) {
	.homepage-fast-donation-tabs .tab-content-wrapper {
		padding-bottom: 235px; /* bg height + 30px */
		background: url(image/bg/bg-hands.png) center bottom no-repeat #f1f1f1;
	}

	.homepage-fast-donation-tabs .fast-donation-value {
		max-width: 160px;
	}
}

.homepage-fast-donation #PredefinedAmounts .btn {
	background-color: white;
	border-color: #c8c8c8;
	color: #707070;
	padding: 10px;
	font-size: 14px;
	height: 48px;
	font-weight: bold;
}

@media(max-width: 767.98px) {
	.homepage-fast-donation #PredefinedAmounts .btn {
		height: 40px;
	}
}

.homepage-fast-donation #PredefinedAmounts .btn.active,
.homepage-fast-donation #PredefinedAmounts .active .btn {
	background-color: var(--colorOlive);
	border-color: var(--colorOlive);
	color: white;
}

.payment_img {
	width: 30px;
}