﻿/*SMS*/
.smspanel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: center;
    align-items: center;
    margin: 50px;
    margin-top: 30px;
    text-align: center;
}

.smspanelpopup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}

.modal-buttonspopup {
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    /* margin: 45px auto 0; */
    max-width: 100%;
}

.smsItemBorder {
    width: 100%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 4px solid #0078c5;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 6px 12px -6px #18274b36;
}

.smsItemBorderPopup {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #0078c5;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 6px 12px -6px #18274b36;
}

.smsItemBorder h3 {
    font-size: 50px;
}

.smsItemBorder h4 {
    font-size: 30px;
}

.smsItemBorder h2 {
    font-size: 20px;
    font-weight: 200;
    margin-top: 20px;
    /*margin:3px;*/
}

.blocks_sms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    /*width: 80%;*/
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .blocks_sms img {
        margin: auto;
        border: 1px solid #9b9898;
        border-radius: 10px !important;
    }

@media(max-width: 825px) {
    .smspanel {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .smspanelpopup {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

@media(max-width: 500px) {
    .smspanel {
        grid-template-columns: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .smspanelpopup {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
}

/*END SMS*/
.submit_ler {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 10px;
    height: 44px;
    background: #0078c5;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    font-size: 17px;
}

.hidden {
    display: none !important;
}

.user_ava {
    padding: 0 !important;
    overflow: hidden;
}

    .user_ava img {
        border-radius: 50%;
        object-fit: cover;
    }

.asdkie_user_pr img {
    border-radius: 50%;
    object-fit: cover;
}

.goToCart {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 44px;
    min-width: 150px;
    background: #fff !important;
    color: #0078C5 !important;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #0078C5 !important;
    box-shadow: 0px 4px 8px -1px rgb(24 39 75 / 14%);
}

.wb,
.shareButton.open.ig {
    transition-delay: 150ms;
}

.wb,
.fb,
.tw,
.ig {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: scale(0);
}

    .wb svg,
    .fb svg,
    .tw svg,
    .ig svg {
        width: 0;
        height: 0;
        opacity: 0;
        transform: scale(0);
    }

.nml_not {
    display: flex;
    gap: 12px;
    width: -webkit-fill-available;
}

    .nml_not input[type="submit"], .nml_not input[type="button"] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 24px;
        gap: 10px;
        height: 44px;
        background: #0078c5;
        border-radius: 4px;
        flex: none;
        order: 1;
        flex-grow: 1;
        color: #fff;
        cursor: pointer;
    }

.add_to_cart {
    display: flex;
    position: relative;
    padding: 6px;
    border: 2px solid #0078c5;
    border-radius: 5px;
    height: 44px;
    width: 44px;
    transition: all 0.1s ease-in-out;
    flex-basis: 100%;
    max-width: 44px;
}

    .add_to_cart:hover:after {
        background-position: -180px 0px;
    }

    .add_to_cart:hover {
        border-color: #EC763F;
        background-color: #EC763F;
    }

        .add_to_cart:hover img.hover_icon {
            display: block;
        }

        .add_to_cart:hover img.add_icon {
            display: none;
        }

    .add_to_cart.remove_from_cart {
        border-color: #ec763f;
    }

        .add_to_cart.remove_from_cart img.remove_icon {
            display: block;
        }

        .add_to_cart.remove_from_cart:hover img.hover_icon {
            display: block;
        }

        .add_to_cart.remove_from_cart:hover img.remove_icon {
            display: none;
        }

        .add_to_cart.remove_from_cart:hover {
            background-color: #ec763f;
        }

.add_to_cart {
    overflow: hidden;
}

    .add_to_cart:after {
        content: " ";
        width: 30px;
        height: 30px;
        background-image: url(../img/shoping-cart.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 210px;
        position: absolute;
    }

    .add_to_cart.remove_from_cart:hover:after {
        background-position: -149px 0;
    }

    .add_to_cart.remove_from_cart:after {
        background-position: -58px 0;
    }

input.amount:not(#totalCountAmount) {
    border: 0;
    outline: 0;
    max-width: 140px;
    text-align: left;
    border: none !important;
}

.skdu_de .form-group input.amount {
    max-width: 100%;
}

.lkdor__ds .sing_prj_payment input.amount {
    width: 100%;
    max-width: 100%;
}

.tal_amount {
    font-size: 34px;
}


input.amount:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.skjde_right #paymentForm {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/*Select*/
.sort-select {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 44px;
    line-height: 40px;
    outline: none;
    padding-right: 18px;
    padding-left: 30px;
    position: relative;
    text-align: right;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border: 2px solid #0078C5;
}

    .sort-select:focus {
        background-color: #fff;
    }

    .sort-select:hover {
        background-color: #fff;
    }

    .sort-select:active,
    .sort-select.open {
        background-color: #fff !important;
        border-color: #bbb;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    }

    .sort-select:after {
        -webkit-transform: origin(50% 20%);
        transform: origin(50% 20%);
        transition: all 0.125s ease-in-out;
        content: '';
        display: block;
        margin-top: -2px;
        pointer-events: none;
        position: absolute;
        left: 5px;
        top: 3px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7002 13.9L16.3002 9.30005L17.7002 10.7L11.7002 16.7L5.7002 10.7L7.10019 9.30005L11.7002 13.9Z' fill='black'/%3E%3C/svg%3E%0A");
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .sort-select.open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .sort-select.open .list {
        opacity: 1;
        pointer-events: auto;
    }

    .sort-select.open .option {
        cursor: pointer;
    }

    .sort-select.wide {
        width: 100%;
    }

        .sort-select.wide .list {
            left: 0;
            right: 0;
        }

    .sort-select option {
        box-sizing: border-box;
        transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
        background-color: #fff;
        border-radius: 0;
        margin-top: 4px;
        padding: 5px 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        z-index: 999;
        max-height: 250px;
        overflow: auto;
        border: 1px solid #ddd;
    }

    .sort-select .dd-search {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .sort-select .dd-searchbox {
        width: 90%;
        padding: 0.5rem;
        border: 1px solid #999;
        border-color: #999;
        border-radius: 4px;
        outline: none;
        display: none;
    }

        .sort-select .dd-searchbox:focus {
            border-color: #1679c2;
        }

    .sort-select .list ul {
        padding: 0;
    }

    .sort-select option {
        cursor: default;
        font-weight: 400;
        line-height: 40px;
        outline: none;
        padding-left: 10px;
        padding-right: 15px;
        text-align: right;
        transition: all 0.2s;
        list-style: none;
    }

    .sort-select .option:hover,
    .sort-select .option:focus {
        background-color: #f6f6f6 !important;
    }

    .sort-select .option.selected {
        font-weight: 600;
        color: #1679c2;
    }

        .sort-select .option.selected:focus {
            background: #f6f6f6;
        }

    .sort-select a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

        .sort-select a:hover {
            color: #666;
        }

button,
[role="button"],
#processPayment, a.donate_now, .sing_prj_details {
    cursor: pointer;
}

#processPayment {
    text-align: center;
}

/*button,
[type="button"],
[type="reset"],
[type="submit"],*/
#processPayment {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

.submit_sva button, #openBankModalBtn, #processPayment {
    background: #0078c5;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
}

input.amount:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.skjde_right #paymentForm {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

h2#totalAmount {
    font-size: 34px;
}

.payment_options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/*bY DANA*/
.loginForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.registrationSubmitButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 10px;
    height: 44px;
    background: #0078c5;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    font-size: 17px;
}

.message-container {
    display: none;
    margin-right: 25%;
    text-align: center;
    width: 50%;
    background-color: #0078c5;
    color: #fff;
    padding: 6px;
    transition: top 0.5s ease; /* Slide animation */
    margin-bottom: 10px;
}

.submitButton {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px 24px !important;
    gap: 10px !important;
    height: 44px !important;
    background: #0078c5 !important;
    border-radius: 4px !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 17px !important;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    opacity: unset !important;
}

.sucess-message {
    color: #0078c5;
    display: none; /* Initially hide error messages */
}

/*By Basel*/
.donate_now_btn_sli {
    z-index: 999;
}

.proj_dte_sr h3 {
    direction: ltr;
}

.recurring_actions a:hover {
    border-color: #EC763F;
    background-color: #EC763F;
}

.kksje_sel_a, .sd_cusr {
    cursor: pointer;
}

.btn_nml_s, .btn_without_bg, #payWithPoints, #payByPoints, .don_nowsli {
    cursor: pointer;
}

h2#totalAmount, h2#pointsAmount {
    font-size: 34px;
}

h2#totalAmount, h2#pointsAmount {
    font-size: 34px;
}


.submit_sva button, #openBankModalBtn, #processPayment, #payByPoints {
    background: #0078c5;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
}

.oi label {
    cursor: text;
}

button,
[type="button"]:not(:.non-trans-back),
[type="reset"],
[type="submit"],
#processPayment, #paybyPoints {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

.submit_sva button, #openBankModalBtn, #processPayment, #payWithPoints {
    background: #0078c5;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
}

.or_add_custom {
    margin-top: 20px;
}

.oi label {
    cursor: text;
}

.modal.active {
    transform: translate(1141px);
}

.modal.active, .bank_account.active {
    visibility: visible;
    opacity: 1;
}

.modal, .confirm_subscr, .confirm_remove {
    left: -1141px;
    position: relative;
    margin: 0 auto;
    background-color: #f8f8f8;
    width: 710px;
    max-width: 75rem;
    min-height: 20rem;
    border-radius: 0;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
}

.initial-invisible {
    visibility: hidden!important;
}

.images_fch .sam_im:not(.spec_im) {
    opacity: 0;
    animation: fadeAway 0.4s forwards;
}

.images_fch .sam_im.active:not(.spec_im) {
    opacity: 1;
    animation: appearFromCenter 0.6s forwards; /* Apply animation */
}

.images_fch .spec_im {
    opacity: 0;
    transition: opacity 0.4s ease; /* when hiding */
}

.images_fch .spec_im.active {
    opacity: 1;
    transition: opacity 0.2s ease; /* when showing */
}

.kafalat-updateCart {
    width: 25%;
    min-width: 215px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 10px;
    height: 44px;
    background: #0078c5;
    border-radius: 4px;
    flex: none;
    order: 1;
    color: #fff;
    cursor: pointer;
}

.remove_go {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 15px;
}

@media (max-width: 450px) {

    .remove_go {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@keyframes fadeAway {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes appearFromCenter {
    0% {
        transform: translate(0%, 0%) scale(0);
        opacity: 0;
    }

    70% {
        transform: translate(0, 0) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

.cart_div {
    display: flex;
    gap: 10px;
}

.kafalat-gotocart {
    width: 25%;
    min-width: 215px;
}

div.kfa_blc.inactive {
    cursor: not-allowed;
    opacity: 0.5;
    filter: grayscale(100%);
}

    div.kfa_blc.inactive button, div.kfa_blc.inactive input {
        cursor: not-allowed;
    }

@media (max-width: 1350px) {

    .nml_not input[type="submit"] {
        padding: 8px 5px;
    }

    input.amount {
        max-width: 86px;
    }
}

@media (max-width: 1500px) {


    input.amount {
        max-width: 100px;
    }
}

@media(max-width: 950px) {

    .tal_amount {
        font-size: 30px;
    }
}

@media(max-width: 600px) {


    .skjde_right #paymentForm {
        gap: 22px;
    }
}

.disabled-select {
    pointer-events: none; /* Prevent mouse events */
    cursor: not-allowed; /* Show not-allowed cursor on hover */
}

.video_title_for_modal {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

.missing {
    border: 2px solid #ffcdcd;
    background-color: #ffcdcd;
    animation: flash 0.6s alternate infinite;
}

@keyframes flash {
    from {
        background-color: white;
    }

    to {
        background-color: #ffcdcd;
    }
}

.hystmodal {
    z-index: 99999;
}

/*dana*/
.cut_skjefntV {
    width: max-content;
    font-size: 160px;
    position: absolute;
    /* left: 0; */
    right: 0;
    top: 25px;
    color: #0078c5;
    padding-right: 109px;
    font-family: 'Khadash-Arabic';
}

@media (max-width: 1200px) {
    .cut_skjefntV {
        font-size: 127px;
        top: -54px;
        padding-right: 99px;
    }
}

@media(max-width: 950px) {
    .cut_skjefntV {
        text-align: center;
        font-size: 100px;
        top: -46px;
        padding-right: 69px;
    }
}

@media(max-width: 450px) {
    .cut_skjefntV {
        font-size: 70px;
        top: 0px;
        padding-right: 54px;
    }
}

@media(max-width: 1100px) {

    #line_continuous {
        display: none;
    }
}

/*privacy Policy */
.page_content_sing ul {
    padding: 0px 50px;
}

/*Initiatives Form by Kholoud*/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #f8f8f8;
    color: #444;
    cursor: pointer;
    padding-bottom: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 20px;
}

    .collapsible:after {
        content: '\25BC'; /* Unicode character for "arrow" down sign (+) */
        font-size: 13px;
        color: #000;
        float: left;
        margin-left: 5px;
    }

    .collapsible.active:after {
        content: " \25B2"; /* Unicode character for "arrow" up sign (-) */
    }
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        /*background-color: #ccc;*/
    }

/* Style the collapsible content. Note: hidden by default */
.contentIni {
    /*padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;*/
    /*padding: 0 18px;*/
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*GIFTS by Kholoud*/
.sing_gift.active .gift_img img.hvr_img {
    display: block;
}

.sing_gift.active .gift_img img.blk_img {
    display: none;
}

.sing_gift .gift_img img.hvr_img {
    display: none;
}
/*gift card*/
.card_content_b_card {
    background-image: url(../img/gifts/temp1.svg);
    background-repeat: no-repeat;
    background-position: center; /* Center the background image */
    background-size: contain; /* Ensure the background image fits within the div */
    width: 100%;
    height: 861px; /* Let the height adjust based on content */
    padding: 0 383px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 200px;
    gap: 20px;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    text-align: right; /* Center text */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: right; /* Right-align text */
}

.card_sont_text_card {
    max-width: 70%;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.card_content_icon {
    width: 150px;
    position: absolute;
    top: 70%; /* Move the icon 50% down from the top */
    left: 50%; /* Move the icon 50% from the left */
    transform: translate(-50%, -50%); /* Center the icon */
}

/* Responsive Styles for Mobile Phones */
@media only screen and (max-width: 1100px) {
    .card_content_b_card {
        padding: 0 111px; /* Adjust padding for smaller screens */
    }

    .card_sont_text_card {
        font-size: 30px; /* Decrease font size for smaller screens */
    }

    .card_content_icon {
        /*width: 100px;
    position: absolute;
    top: 32%; 
    left: 50%;
    transform: translate(-50%, -50%);*/
        position: relative;
        /* text-align: center; */
        /* left: 50%; */
        transform: translate(-50%, -50%);
        align-self: end;
        bottom: 139px;
        top: 35%;
    }
}
/* Define a media query for iPads or tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Define styles for iPads or tablets */
    .card_content_icon {
        /*width: 150px;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);*/
        top: 30%;
    }
}

@media (max-width: 650px) {
    .card_content_b {
        padding: 0 45px 236px 45px;
        min-height: 460px;
    }

    .card_sont_text {
        font-size: 15px;
    }
}

/*//zakat page dana*/
.zakatAmount {
    border: 0;
    outline: 0;
    max-width: 140px;
    text-align: left;
}

    .zakatAmount:focus {
        border: 0;
        outline: 0;
        box-shadow: none;
    }

@media (max-width: 1500px) {
    .zakatAmount {
        max-width: 100px;
    }
}

@media (max-width: 1350px) {
    .zakatAmount {
        max-width: 86px;
    }
}

.bd_g .zakatAmount {
    max-width: -webkit-fill-available;
}

#IrrigationMethod {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 12px;
}

@media(max-width: 800px) {
    #IrrigationMethod {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 700px) {
    #IrrigationMethod {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 500px) {
    #IrrigationMethod {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }
}

.btn_def_pay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: #0078c5;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    font-size: 17px;
}

    .btn_def_pay:hover {
        background: #0668a6;
        cursor: pointer;
    }

    .btn_def_pay:disabled {
        background: #bbb;
        cursor: default;
    }

.ddlZakat {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stickyDv {
    height: fit-content;
    position: sticky;
    top: 90px;
}

/*Partners by Kholoud*/
/* Default styles for child ul */
ul.partners > li > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
}

    ul.partners > li > ul li {
        width: 50%;
    }

        ul.partners > li > ul li:after {
            content: none;
        }

.strategticprt {
    width: 35% !important;
}
/* Media query for mobile view */
@media (max-width: 767px) {
    ul.partners > li > ul {
        flex-direction: column;
        align-items: center;
    }

        ul.partners > li > ul li {
            width: 100%;
        }
}
/*bY kHOLOUD*/
input span.currencycart {
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 120%;
}

.updatecartnotification {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #bbbdbb;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none;
    z-index: 9999;
}

/*by dana logn page*/
.UAEPass {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.UAEPass button {
    width: 100%;
    max-width: 420px;
    border: 0;
    outline: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
    height: 90px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 22px;
}
/*completed projects*/
 .completed-donate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
    flex-direction: column;
    font-size: 2rem;
    font-weight: 700;
    color: #0078c5;
    line-height: 120%;
}
.disabledPanel {
    opacity: 0.5; /* Reduce opacity to make controls look greyed out */
    pointer-events: none; /* Disable pointer events to prevent clicking */
}

.disabledPanel input[type="number"],
.disabledPanel input[type="button"],
.disabledPanel input[type="submit"],
.disabledPanel input[type="reset"],
.disabledPanel button,
.disabledPanel a {
    cursor: not-allowed; /* Change cursor to 'not-allowed' */
}
.color-overlay-com {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0078c5; /* Set the background color to the specified color code */
    opacity: 0.77; /* Adjust the opacity as needed */
    z-index: 1; /* Set a lower z-index to ensure it appears below the overlay image */
}

.image-overlay-com {
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    background-image: url(../img/completed-project.webp);
    background-repeat: no-repeat;
     background-position: center;
    background-size: contain;
 
    z-index: 2;
}
/*Gaza*/
.Gaza {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/*currency*/

.total-wrapper {
    display: flex; /* Display total amount and its currency inline */
}

.aed-wrapper {
    display: flex; /* Display AED spans inline */
}

.totalAmountcurrency {
    font-size: 34px;
}
.ddc {
    margin-right: 20px; 
    /*text-align:left*/
}

/* Media query for mobile devices (max-width: 768px) */
@media only screen and (max-width: 768px) {
    /* Styles to apply only on mobile devices */
    .ssldk_gift {
        border-right: 1.5px solid #000; /* Apply border-right on mobile devices */
    }
}

/*added by Kholoud form project page*/
.heart-container {
    position: relative;
    width: 100px;  /* Adjust based on the actual size of your SVG */
    height: 100px; /* Adjust based on the actual size of your SVG */
}

.heart-empty, .heart-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.heart-fill {
    transition: clip-path 0.3s ease; /* Smooth transition for the fill effect */
}

.heart-percentage {
    fill: #ffffff; /* Color of the text */
    font-size: 12px; /* Adjust based on the size of your SVG */
}

.heart-percentage-blue {
    fill: #0078c5 !important;
}
.sing_proj_descsm h3
{
    position:relative;
    color: #0078c5;
     padding: 5px 20px 5px 0;
}

.sing_proj_descsm h3:before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    background: #0078c5;
    right: 0;
    top: 0;
    bottom: 0;
}
.sing_proj_descsm p
{
    position:relative;
   
     padding: 5px 20px 5px 0;
}
.sing_proj_descsm p:before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    background: #0078c5;
    right: 0;
    top: 0;
    bottom: 0;
}
/*dana zakah page*/
.nor_btn {
    cursor:pointer;
}

.btn_deff {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: #0078c5;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    font-size: 17px;
    transition: 0.25sease all;
}

        .zakat_calc_ste {
            max-width: 1300px;
            margin: auto;
        }

        .oioir_dse_pa {
            max-width: 1100px;
            margin: auto;
        }

        .cust_mselecont {
            position: absolute;
            z-index: -1;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            opacity: 0;
            transform: translate3d(-20px, 0, 0);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }

            .cust_mselecont.stp_active {
                opacity: 1;
                transform: translate3d(0px, 0, 0);
                z-index: 1;
            }

        .cont_si_conskje {
            display: flex;
            position: relative;
            height: 100%;
            overflow: hidden;
        }

        .mu_sfull {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: 1fr;
            grid-column-gap: 10px;
            grid-row-gap: 5px;
        }

        .hi_emp.selected_one {
            display: block;
        }

        .hi_emp {
            display: none;
        }

        .lks_zak_tit_s h3 {
            font-size: 21px;
            margin: 0 0 15px 0;
        }

        .oi_s label {
            display: block;
            margin-bottom: 7px;
            font-size: 17px;
        }

        .oi_s {
            position: relative;
        }

            .oi_s > span {
                position: absolute;
                left: 15px;
                bottom: 0;
                height: 42px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .oi_s input {
                width: 100%;
                border-radius: 5px;
                border-color: #C6C6C6;
            }

        #dv_selected {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .gold_se .oi_s,
        .crops_se .oi_s {
            margin-bottom: 25px;
            display: flex;
            width: 100%;
            flex-direction: column;
        }

            .gold_se .oi_s:last-child,
            .crops_se .oi_s:last-child {
                margin: 0;
            }

        .pg_descrip h2 {
            font-size: 28px;
            font-weight: 100;
        }

        .pg_descrip p {
            font-size: 17px;
            margin-top: 12px;
        }

        .askdje__s, .skdj__ewe {
            display: flex;
            justify-content: space-between;
        }

        .skdj__ewe {
            color: #0078CC;
            font-size: 23px;
            margin: 10px 0 25px 0;
        }

            .skdj__ewe h3 {
                font-weight: 400;
            }

        .na_step {
            margin-top: 10px;
        }

        @media(max-width: 900px) {
            .pg_descrip h2 {
                font-size: 22px;
            }

            .pg_descrip p {
                font-size: 16px;
            }
        }

        @media(max-width: 530px) {
            .mu_sfull {
                display: flex;
                flex-direction: column;
                grid-row-gap: 4px;
                margin: 20px 0 30px 0;
            }

            .na_step {
                margin-top: 30px;
            }
        }
         .mu_selcon .frm_g {
        display: flex;
        align-items: center; /* Vertically align the checkbox and text */
    }

    .zakatchk {
        display: flex;
        align-items: center; /* This keeps the checkbox and label aligned horizontally */
        gap: 8px;
    }
    .disabledZakat {
    color: #ccc !important; /* Light grey color to indicate it's disabled */
    pointer-events: none; /* Prevent clicking */
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
    .enableZakat {
    cursor: pointer; 
}
    .zAmountNumber{
width: 100%;
    box-sizing: border-box;
    display: flex
;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 7px 12px;
    height: 40px;
    background: #FFFFFF;
    opacity: 0.8;
    border: 1.5px solid #C6C6C6;
    border-radius: 4px;
font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    }

    
        /*end zakah*/
        .villageTitle{
            /*color: black !important;*/
    /*margin-top: -40px;*/
        }

                
/*account profile page*/
ul#userDetailsList {
    display:block !important;
}
    ul#userDetailsList li strong {
        display: inline-block  !important;
    }
    .hidden {
    display: none;
}
    span.skjdie__efr {
    float: left;
}
    .profile-details {margin-bottom: 70px;
}
 .filterPanel{
            max-width: 250px;
            width:100%;
    }
 .langCheckbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
 .langCheckbox label {
    margin: 0 !important; /* Removes default margins */
    white-space: nowrap !important;
}
