﻿body {
    background: #F5F5F5;
}

.item-container {
    display: flex;
    column-gap: 12px;
    align-items: flex-start;
    font-weight: 500 !important;
}

.search-item-name {
    font-size: 14px;
}

/* Partner Profile Start */
#created-voucher {
    border-radius: 12px;
    position: absolute;
    top: 5vh;
    left: 50%;
    max-width: 350px;
    transform: translateX(-50%);
    background-color: white;
    display: none;
    z-index: 9999;
}

#getVoucher, #confirmTotalAmount, #securedPopup, #getVoucherConfirmation, #confirmRedeem, #confirmRedeemActivity, #redeem-success, #noCharityModal, #cancel-voucher {
    padding: 1.5rem;
    border-radius: 12px;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    display: none;
    z-index: 9999;
}

.created-voucher-activity-body-container {
    padding: 1.5rem;
}

#getVoucher, #confirmTotalAmount, #securedPopup, #getVoucherConfirmation, #confirmRedeem, #confirmRedeemActivity, #redeem-success, #noCharityModal, #cancel-voucher{
    top: 25vh
}

.no-padding-top{
    padding-top: 0px;
}

.no-padding-bottom{
    padding-bottom: 0px;
}

.voucher-preredemption-warning-container {
    background-color: #FFC3BD;
    border-left: 4px solid #FF2C2C;
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #FF2C2C;
}

.encryptedModal {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.encryptedInnerModal {
    text-align: center;
    width: 500px;
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
    padding: 32px;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

    .encryptedInnerModal h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

    .encryptedInnerModal p {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 500;
    }

        .encryptedInnerModal p a {
            color: #2493EA;
            text-decoration: none;
        }

    .encryptedInnerModal .encriptBtn {
        font-size: 16px;
        width: 100%;
        padding: 0.625rem 2.5rem;
        color: white;
        background-color: #2393E9;
        font-weight: 700;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
        border-radius: 22px;
    }

.noCharityInnerModal h2 {
    margin-bottom: 20px;
}
.noCharityInnerModal p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.noCharityInnerModal .noCharityModalBtn {
    width: fit-content;
    border-radius: 7px;
    background: #2493EA;
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

@media (max-height: 664px) {
    #confirmTotalAmount {
        top: 2vh;
    }
}

@media (min-height: 665px) {
    #confirmTotalAmount {
        top: 10vh;
    }
}



.addCard {
    display: block;
    padding: 0px;
}

.cardLabel {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lockGroup {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 12px;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 16px;
}

    .lockGroup p {
        font-size: 12px;
        line-height: 1.3;
    }

.lr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.936rem;
}

.addCard input {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0.7rem;
}


#payment-step-modal, #removeCard, #redeem-voucher {
    padding: 16px;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    display: none;
    z-index: 9999;
}

.payment-step-modal .secondary-heading {
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.paymentStepModal {
    width: 700px;
    max-width: 90%;
}

    .paymentStepModal .crossbtn {
        padding: 7px 11px;
        top: -10px;
        right: -10px;
    }

    .paymentStepModal .input-field {
        padding: 8px;
    }

.memBottom > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 18rem;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #2493EA;
    font-size: 15px;
}

.memBottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

    .memBottom #card-form {
        width: calc(65% - 16px);
        margin-right: 16px;
    }

    .memBottom .info-section {
        width: 35% !important;
        height: fit-content;
    }

        .memBottom .info-section p {
            font-size: 14px;
        }

@media (max-width: 590px) {
    .memBottom .info-section {
        display: none !important;
    }


    .encryptedInnerModal {
        width: 340px;
    }

    .memBottom #card-form {
        width: 100%;
        margin-right: 16px;
    }

    .go-back-link {
        display: flex !important;
    }

    .totalVoucher > p {
        font-size: 22px !important;
        font-weight: 500 !important;
    }

    .purchaseAmount p, .payShineDon p {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    .tipDiv > p {
        font-size: 16.17px !important;
    }

    .tipGroupMobile {
        display: flex !important;
    }

    .payPopupReview {
        overflow-y: scroll;
    }

    .tipDiv {
        width: 87%;
    }

    .tipHideMob {
        display: none !important;
    }

    #payPopup {
        width: 92%;
    }
}

.blueBG {
    position: absolute;
    visibility: hidden;
    height: 53%;
    width: 100%;
    background: #2493EA;
    opacity: 0.2;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 80px 80px 12px 12px;
}

#sliderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9996;
}

.paidIcon {
    font-size: 12px;
    border: 1px solid #21A56D;
    padding: 4px;
    color: #21A56D;
    border-radius: 4px;
    font-weight: 500;
}

.number {
    font-size: 18px;
    background-color: #F4F4F5;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    color: black;
}


.numbers-container {
    display: flex;
    column-gap: 3.5rem;
}



.bottom-margin {
    margin-bottom: 0.5rem;
}

.top-margin {
    margin-top: 0.5rem;
}

.businessInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    column-gap: 10px !important;
}

    .businessInfo img {
        width: 26px;
        height: 26px;
    }

    .businessInfo p {
        font-weight: 500;
        font-size: 20px;
    }

.payInstructions {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;
}

.voucher-amount-text {
    text-align: center;
    margin-top: 0.5rem;
}

.voucher-price {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-top: 1rem;
}

.amount-placeholder {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
    text-align: center;
}

.amount-range-container {
    text-align: center;
}

.amount-range {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}

.amount-range-blue {
    background-color: #D5EDFF;
    border-radius: 20px;
    padding: 5px 18px;
    color: #1298FF;
    opacity: 1;
}

.amount-range-red {
    background-color: #F6C2C2;
    color: #ED5E5E;
    border-radius: 20px;
    padding: 5px 18px;
    opacity: 1;
}

.numberGrid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 1rem;
    margin: 30px auto 0px;
}

#getHolypayVoucherId:disabled, #getHolypayVoucherId1:disabled {
    border: 1px solid #999999;
    background-color: #cccccc !important;
    color: #666666;
}

.continue-btn {
    width: 100%;
}

    .continue-btn:disabled,
    .continue-btn[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
    }

.confirm-text {
    font-size: 21px;
    text-align: center;
    font-weight: 500;
}

.purchaseAmount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px 0.3rem;
}



    .purchaseAmount div {
        display: flex;
        align-items: center;
        column-gap: 25px;
    }

        .purchaseAmount div p {
            font-size: 28px;
        }

.ppa-edit {
    cursor: pointer;
}

.seperator {
    border: none;
    border-top: 1px solid #000;
    opacity: 0.2;
    margin: 10px 20px 0 20px;
}

.payShineDon {
    color: #2393E9;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 0 20px 0;
}

.paymentMethod {
    width: 100%;
    background-color: white;
    padding: 20px 20px;
}

    .paymentMethod > p {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #4D4D4D;
    }

.selectPaymentMethod {
    border: 1.14px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    border-radius: 5.32px;
    padding: 15px;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.pMethod {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

    .pMethod img {
        width: 40px;
    }

#payPopup .btn-primary {
    width: 100%;
    font-size: 14.66px;
}

.finalPayVoucher {
    width: 100%;
    margin-top: 1.5rem;
}

.paySecure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    column-gap: 10px;
}

    .paySecure p {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }

    .paySecure span {
        cursor: pointer;
    }

.sp-head {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.sp-content {
    font-size: 14px;
    font-weight: 500;
    margin: 1.5rem 0;
}

.btn-round {
    width: 100%;
    padding: 0.625rem 2.5rem;
    color: white;
    background-color: #2393E9;
    font-weight: 700;
    border: none;
    border-radius: 0.246rem;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 22px;
}

.voucherConfirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5rem;
}

    .voucherConfirmation p {
        font-size: 15px;
        font-weight: 400;
    }

        .voucherConfirmation p:first-child {
            font-size: 22px;
            font-weight: 500;
        }

    .voucherConfirmation > div {
        display: flex;
        column-gap: 2rem;
    }

    .voucherConfirmation button {
        font-size: 16px !important;
        padding: 0.625rem 0.7rem;
    }

    .voucherConfirmation .btn-secondary {
        padding: 0.5rem 1.75rem;
    }

.important-note {
    margin-top: -0.8rem;
}

.link-text {
    color: #2493EA;
    text-decoration: none;
}

#confirmTotalAmount {
    padding: 1.857rem 0;
}

.bottom-margin {
    margin-bottom: 0.5rem;
}

.voucher-text {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.voucher-price-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
}

.about-redeem {
    width: auto;
    border: none;
    text-align: center;
    font-weight: 500;
    padding: 0.625rem 1.5rem;
    border-radius: 0.246rem;
}

.voucher-details-container {
    display: block;
    padding: 0 1rem;
    max-height: max-content;
}

.fv-main {
    background-color: white;
    width: 100%;
    padding: 1.6rem;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

#fvmain-div {
    position: relative;
}

.fvm-head {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0.6;
}

.fvm-content {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.btn-green {
    background-color: #2393E9;
}

.fv-main > img {
    width: 60%;
    margin: auto;
}

.fv-gtmv {
    display: flex;
    color: #2393E9;
    font-size: 14px;
    font-weight: 500;
    column-gap: 14px;
    align-items: center;
    margin: 15px 0;
}

.gme {
    background-color: #D5EDFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 1.5rem;
    border-radius: 14px;
}

    .gme img {
        width: 100% !important;
    }

.gme-1 {
    font-size: 15px;
    font-weight: 500;
}

.gme-2 {
    font-size: 26px;
    font-weight: 500;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .qr-code-container img {
        width: 60%;
    }

.success-msg {
    font-size: 22px;
    font-weight: 500;
    color: #21A56D;
    text-align: center;
}

.voucher-amount {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}

.voucher-redeem-date {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.paid-text {
    color: #21A56D;
    border: 1px solid #21A56D;
    padding: 0px 3px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
}

.redeemed-voucher-details {
    background: #D5EDFF;
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    position: relative;
    top: 0;
    left: 0;
}

.redeemed-voucher-heading {
    opacity: 0.6;
    font-size: 20px;
    font-weight: 500;
}

.redeemed-voucher-data {
    text-align: start;
    font-size: 28px;
    font-weight: 500;
}

.font-size-16 {
    font-size: 16px;
}

.holypay-donations {
    width: 40%;
}

.center-align {
    text-align: center;
}

.donation-percent-text {
    color: #2493EA;
    font-weight: 500;
    font-size: 15px;
    margin: 0.3rem 0;
}

.donation-amount-text {
    color: #2493EA;
    font-weight: 500;
    font-size: 24px;
}

.redeemed-details {
    position: relative;
    top: 0;
    left: 0;
}

.redeem-img {
    position: absolute;
    top: 0%;
    left: 5%;
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.close-btn-container {
    text-align: center;
    margin-top: 1rem;
}

.close-btn {
    padding-left: 4rem;
    padding-right: 4rem;
}

.disabled {
    background-color: #b3b3b3bf !important;
    color: #000;
    border: #b3b3b3bf;
}

.partial-view-outer-container {
    width: 100%;
}

.k-picker-solid {
    background-color: white !important;
}

.paymentMethodOption {
    height: 20px;
    display: flex;
    align-items: center;
}

    .paymentMethodOption img {
        width: 24px;
        margin-right: 8px;
    }

    .paymentMethodOption span {
        font-size: 20px;
        margin-right: 8px;
    }

@media (min-width: 768px) {
    #confirmTotalAmount {
        width: 63%;
    }
}

@media (min-width: 1024px) {
    #confirmTotalAmount {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .paymentMethodOption span {
        font-size: 16px;
        margin-right: 4px;
    }

    .voucher-details-container {
        padding: 0;
    }

    .about-redeem {
        padding: 0.625rem 0.5rem;
    }
}

.k-input-value-text::before, .k-list-item-text::before {
    content: none;
}

/*  Partial view styles update  */
.partial-view-container {
    padding: 1rem 7.25rem;
}

.entity-details-guidelines {
    align-items: flex-start;
    justify-content: space-between;
}

.use-guidelines {
    width: 34%;
    margin: 0;
}

#activeImage {
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    .partial-view-container {
        padding: 1rem 1.25rem 7rem;
    }

    .use-guidelines {
        width: 100%;
        margin-left: 0px;
        order: 1;
    }

}

@media (max-width: 646px) {
    #noCharityModal {
        width: 70%;
    }

    .blueBG {
        visibility: unset;
    }

    #getVoucher {
        padding: 1rem;
    }

    .number {
        background: none;
    }

    .numbers-container {
        column-gap: 2.5rem;
    }
}

@media (max-width: 450px) {
    #getVoucher, #created-voucher, #confirmTotalAmount, #securedPopup, #getVoucherConfirmation, #confirmRedeem, #confirmRedeemActivity, #redeem-success, #noCharityModal, #cancel-voucher {
        max-width: unset;
        width: 92%;
    }

    .payInstructions {
        font-size: 12px;
    }

    .businessInfo p {
        font-size: 16px;
    }

    .numberGrid {
        row-gap: 0rem;
        margin: 17px auto 0px;
    }

    .number {
        height: 40px;
        width: 36px;
    }

    .tipDiv {
        width: 89%;
    }

    .voucherConfirmation > img {
        top: 21px;
        left: 95%;
    }
}

@media (max-width: 376px) {

    .businessInfo p {
        font-size: 14px;
    }

    .payInstructions {
        font-size: 10px;
        margin-top: 0.6rem;
    }

    #getVoucher, #created-voucher {
        width: 84%;
    }

    .voucher-details-container {
        padding: 0;
    }
}

#option1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    background-color: white;
    border: 1px solid #2493EA;
    border-radius: 5.58px;
    padding: 1rem 0;
}

#option2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    width: 100%;
    background-color: white;
    border: 1px solid #2493EA;
    border-radius: 5.58px;
    padding: 1rem 0;
    text-align: center;
}

.cancelRed {
    color: #FF2C2C;
    font-size: 14px;
    cursor: pointer;
}

.transactDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
}

    .transactDiv .fvm-head {
        font-size: 11.81px !important;
    }

    .transactDiv .fvm-content {
        font-size: 18.64px !important;
    }

/* new tip css changes  */

.tipDiv {
    margin: 20px;
}

.tipGroup {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

    .tipGroup > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* row-gap: 4px; */
        padding: 6px 11px;
        border: 1px solid #333333;
        width: 70px;
        column-gap: 5px;
        cursor: pointer;
    }

.tipSingle > p {
    font-size: 15px;
    font-weight: 500;
}

.tipThree > p:first-child {
    font-size: 22px;
    font-weight: 500;
}

.tipThree > p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}

.tipThree > p:nth-child(3) {
    font-size: 12px;
    font-weight: 500;
}

#payPopup {
    width: 28%;
}

.numberGrid {
    width: 85%;
}

.tipSelected {
    background-color: #E9F5FF;
    border: 1px solid #2493EA;
}

    .tipSelected p {
        color: #2493EA;
    }

.tipDiv > p {
    font-size: 22px;
    font-weight: 500;
    color: #2493EA;
    margin-bottom: 10px;
}

.payShineDon {
    width: 100%;
}

.paySecure {
    margin-top: 10px;
}

.tipGroupMobile {
    display: none;
    justify-content: space-between;
    margin-top: 10px;
    column-gap: 10px;
}

    .tipGroupMobile > div {
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        border: 1px solid #333333;
        width: 50%;
        column-gap: 10px;
        text-align: center;
    }

/* #payPopup {
            width: 25%;
        } */

#customTipOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(21, 21, 21, 0.766);
    display: none;
    z-index: 9999;
}

#customTipDiv {
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5.56px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    display: none;
    z-index: 9999;
    width: min-content;
}

.ctd-head {
    font-size: 16px;
    font-weight: 500;
}

.ctd-amount {
    font-size: 35px;
    font-weight: 500;
}

.ctd-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 57%;
    font-size: 17.60px;
    font-weight: 500;
    row-gap: 10px;
    column-gap: 10px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

    .ctd-numbers > div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 18px;
        border-radius: 100%;
        background-color: #F4F4F5;
        cursor: pointer;
    }

#customTipDiv > img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10px, 10px);
}

.ctd-numbers .ctd-control {
    padding: 5px;
    background-color: transparent;
}

.ctd-last {
    display: flex;
    column-gap: 10px;
    width: 18rem;
}

.ctd-numbers .ctd-blank {
    background-color: transparent;
    cursor: unset;
}

.ctd-last .btn-primary {
    padding: 0.625rem 1.5rem;
    font-size: 16px;
}

.ctd-last .btn-secondary {
    background-color: #BFC0C2;
    color: black;
    border: 1px solid #BFC0C2;
    font-size: 16px;
}

.cust-dash {
    display: none;
}

.cust-amount {
    font-size: 12px;
    color: #2493EA;
    display: none;
}

.tipMobCust {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.totalVoucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0;
}

    .totalVoucher > p {
        font-size: 28px;
        font-weight: 500;
    }

#pinConfirmation .btn-green {
    background-color: #21A56D;
}

#payment-methods .k-input-value-text::before, .k-list-item-text::before {
    content: none !important;
}
/* Partner Profile End */
#pay-slider-header {
    padding: 20px 20px 0px;
    position: sticky;
    top: 0;
    background: white;
}

#slideMenu {
    display: flex;
    flex-direction: column;
    background-color: white;
    position: fixed;
    bottom: 0;
    height: 0px;
    overflow-y: scroll;
    width: 100%;
    z-index: 9997;
    padding: 0px;
    transition-duration: 0.5s;
    transition-property: height, padding;
    transition-timing-function: ease-in-out;
}

.sm-header p:first-child {
    font-size: 22px;
    font-weight: 500;
}

.sm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#backButtonArrow {
    cursor: pointer;
}

#sm-close {
    cursor: pointer;
}

.sm-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    border: 0.1px solid #979797;
    background-color: #F9F8F8;
    border-radius: 5.25px;
    padding: 10px 15px;
    margin-top: 1rem;
    
    .k-autocomplete {
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }
}


.sm-search input {
    border: 0;
    font-size: 16px;
    width: 100%;
    outline: none;
    background-color: transparent;
}

.sm-results > div {
    display: flex;
    column-gap: 12px;
    padding: 0px 20px;
    align-items: flex-start;
    width: 100%;
}

.campaign-detail-container {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.sm-results div div b {
    font-size: 14px;
    font-weight: bold;
}

.sm-results div div p {
    font-size: 12px;
    font-weight: normal;
}

.sm-results > div > p {
    font-size: 12px;
    width: max-content;
}

.sm-results {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
}

.font-weight-normal{
    font-weight: normal;
}

.location-tick{
    padding: 3px 0px;
}

.sidebar-img-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.item-image {
    height: 32px;
    width: 32px;
}

.footer-container{
    display: flex;
    flex-direction: column;
}

#mobileHomeDropdown-list {
    height: 60vh !important;
    overflow-y: auto;
    margin-top: 20px;
    box-shadow: 0 0 9px rgba(94, 94, 94, 0.566);
}

#HomeDropdown-list {
    max-height: 60vh !important;
    height: auto;
    overflow-y: auto;
    margin-top: 10px;
    box-shadow: 0 0 9px rgba(94, 94, 94, 0.566);
}

.k-popup:has(div#HomeDropdown-list) {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.k-popup:has(div#mobileHomeDropdown-list) {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

#HomeDropdown-list .k-list-footer hr, #mobileHomeDropdown-list .k-list-footer hr {
    margin: 10px 20px 0;
}

#mobileHomeDropdown-list .k-focus.k-list-optionlabel, .k-list-item.k-focus, .k-list-item:focus, .k-list-optionlabel:focus, #HomeDropdown-list .k-focus.k-list-optionlabel, .k-list-item.k-focus, .k-list-item:focus, .k-list-optionlabel:focus{
    box-shadow: none !important;
}

#HomeDropdown_listbox, #mobileHomeDropdown_listbox {
    padding-top: 10px;
}

.saCat-c {
    padding: 10px 0px 0px;
}

.saCat-c .footer-container{
    height: fit-content;
    padding: 15px 20px 20px;
    gap: 8px;
}

#location-option-popup {
    padding: 20px !important;
}

#mobile-location-option-popup{
    padding: 20px;
    width: 100vw;
}

.saCat-c>p{
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}

.saCat-c > div > div{
    display: flex;
    align-items: center;
    font-size: 14px;
    column-gap: 10px;
    font-weight: 500;
}

#HomeDropdown_listbox .k-list-item-text::before, .k-list-optionlabel::before, #mobileHomeDropdown_listbox .k-list-item-text::before, .k-list-optionlabel::before {
    content: "";
}

#HomeDropdown-list .k-no-data, #mobileHomeDropdown-list .k-no-data {
    height: fit-content;
    min-height: auto;
    text-align: start;
    padding-left: 20px;
    padding-bottom: 10px;
    color: black;
}

.clOption > div {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
    column-gap: 10px;
    font-size: 14px;
    color: #2493EA;
}

.clOption {
    padding: 10px;
}

.clAnswer {
    background-color: white;
    display: none;
    align-items: center;
    padding: 0;
    column-gap: 10px;
    font-size: 14px;
    color: #2493EA;
}

.k-tooltip {
    background-color: white !important;
    box-shadow: 0px 0px 38px 0px #B2D1FF !important;
    padding: 10px;
    font-size: 14px;
    color: black !important;
    width: unset;
}

.local-merch-icon {
    filter: invert(69%) sepia(59%) saturate(6106%) hue-rotate(183deg) brightness(94%) contrast(94%);
}

.secondaryNav-links {
    cursor: pointer;
}

.sticky-search-bar{
    width: 100%;
    background: white;
    display: none;
}

#mobileHomeDropdown-list .k-list-scroller, #HomeDropdown-list .k-list-scroller {
    overflow: visible;
    overflow-y: visible;
    flex: 0 1 auto;
}

.popup-width-full, .pay-popup-width-full {
    height: fit-content;
}

.pay-popup-width-full div.k-popup {
    width: 100% !important;
    max-height: 65vh;
}

.popup-width-full div.k-popup {
    width: 100% !important;
    max-height: 58vh;
}

#mobileSearch .k-input-solid{
    border: none;
}

#mobileSearch .k-input-solid.k-focus, #mobileSearchboxDiv .k-input-solid.k-focus{
    box-shadow: none;
}

.notifyBox {
    background: white;
    border: none;
    text-align: left;
}

.coming-soon-container {
    color: #999999;
    display: flex;
    align-items: center;
}

.sign-out-slider-button {
    color: #2493EA;
    font-weight: 500;
    font-size: 14px;
}

.k-tooltip .k-tooltip-arrow {
    border-top-color: #007bff !important;
}

.k-tooltip .k-callout {
    color: #fff !important;
}

.form-area{
    padding:0;
    height: 100%;
    min-height: 100vh;
}

.nav-button-container{
    width: 100%;
}
.container {
    max-width: 100%;
    margin: 0px auto;
}
.btn-yellow {
    background-color: #fdcf28;
    color: black;
}
.ptag {
    color: red;
}
header{
    width:100%
}
.top-nav {
    background-color: #2393E9;
}
.mid-nav-2 {
    background-color: #fff;
    border-top: 1px solid rgb(214, 214, 214);
}
.mainNav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 0rem;
    justify-content: space-around;
}
.mid-nav .mainNav .header-logo {
    width: 15%;
}
.locationOrgSupport{
    display:flex;
    align-items:center;
    margin-right: 0.65rem;
}
.upperHeaderLocation {
    display: none;
    margin-right:6px;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border: 1.13px solid #283F50;
    border-radius: 5.25px;
    background-color: #042039;
    cursor: pointer;
    position:relative;
}

    .mid-nav .mainNav .navRightBtn {
        width: 28%;
        display: flex;
        column-gap: 12px;
        align-items: center;
        justify-content:flex-end;
    }

        .mid-nav .mainNav .navRightBtn .btnGroup {
            column-gap: 12px;
            align-items: center;
        }

            .mid-nav .mainNav .navRightBtn .btnGroup button {
                font-size: 1rem;
                font-weight: bold;
            }

                .mid-nav .mainNav .navRightBtn .btnGroup button p {
                    margin-left: 10px;
                    white-space: nowrap;
                }

.btnGroup #notify-btn {
    background-color: white;
    height: 42.67px;
}

.btnGroup #signup-btn {
    background-color: #2493EA;
    color: white;
}

.btnGroup .contactTrigger {
    color: #2493ea;
    font-weight: 500;
    white-space: nowrap;
    font-size: 16px;
    display: none;
}

.account-ttl {
    padding: 10px 16px 0px;
}

.signedInDetails {
    display: flex;
    align-items: center;
    font-size: 13.6px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}
    .signedInDetails .userImg {
        width:45px;
        margin-right:12px;
    }
    .signedInDetails-mob {
        display: none;
    }
.mid-nav .mainNav .navRightBtn .btnGroup {
    display: flex;
    justify-content: flex-end;
}
.signedInDetails .name a {
    color: #2493EA;
    white-space: nowrap;
}
    .signedInDetails .name a span {
        transform: rotate(90deg) scale(1.5);
        display:inline-block;
        margin-left:10px;
    }
    .signedInDetails .signedDetailsPopup {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: white;
        top: 95%;
        width: 13rem;
        z-index: 999;
        position:absolute;
        box-shadow: 0 0 4px 0 #ccc;
        border-radius:8px
    }

.signedInDetails:hover .signedDetailsPopup {
    display: block;
}
    .signedInDetails .signedDetailsPopup>a {
        display:flex;
        padding:10px 16px;
        border-bottom:1px solid #ccc;
        color: #000;
        text-decoration: none;
        column-gap: 10px;
    }
        .signedInDetails .signedDetailsPopup > a:nth-last-child(1) {
            display: block;
        }
        .signedInDetails .signedDetailsPopup > a:nth-last-child(1) p{
            margin-bottom:10px;
        }
        .signedInDetails .signedDetailsPopup .logout {
            display: flex;
        }
        .signedInDetails .signedDetailsPopup svg {
            margin-right: 10px;
            height: 20px;
            width: 20px;
        }
        .signedInDetails .signedDetailsPopup p {
            font-weight:500;
        }

.mainNav > a img {
    width: 10rem;
}

.topNavList {
    display:flex;
    align-items:center;
}
    .topNavList .topNavList-items {
        list-style:none;
    }
    .topNavList .topNavList-items {
        border-radius: 0;
        border-left: 1px solid #fff;
    }

        .topNavList .topNavList-items:first-child {
            border: none;
        }

    .topNavList-items a {
        color: white;
        text-decoration: none;
        margin: 20px;
        transition: 0.5s;
    }
.topNav-list-items a:hover {
    color: #FF9900;
}
.mainNav-lower {
    display: flex;
    align-items: center;
    padding: 1rem;
}
.searchBox {
    min-width:280px;
    width: 28vw;    
}

#mobileSearch {
    display: none;
}

.searchBox {
    
    .k-picker-solid{
        border-color: white;
        color: #212529;
        background-color: white;
    }

    .k-picker-solid:focus {
        border-color: white;
        background-color: white;
        box-shadow: none;
    }

    .k-picker-solid:hover {
        border-color: white;
        background-color: white;
}

}

.locationSearch {
    border: none;
    outline: none;
    padding-left: 20px;
    border-left: 1px solid #283F50;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1rem;
    color: #2493EA;
}

.flex-1/2 {
    flex: 50%;
}

.hr-border {
    border-top: 2px solid #E4E4E4;
}

.coming-soon-item {
    display: flex;
    align-items: center;
    color: #999999;
}

.mobile-search-input-container{
    width: 100%;
}

.searchInput {
    background-color: white;
    display: flex;
    border: 1.13px solid #2393E9;
    border-radius: 5.25px;
    overflow: hidden;
    align-items: stretch;
}
    .searchInput select {
        border: none;
        font-weight: 500;
        font-size: 13.5px;
        outline: none;
        cursor: pointer;
        padding: 11px;
        margin-right: 10px;
        border-left: 1px solid #283F50;
        width:100%;
    }
.searchInput > button {
    background-color: #2493EA;
    width: 45px;
    outline: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.navRightBtn img {
    width: 14px;
    margin-right:4px;
}
    .navRightBtn>button img{
        width:20px;
    }
    .navRightBtn button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        border: 1.13px solid #283F50;
        border-radius: 5.25px;
        background-color: white;
        cursor: pointer;
        font-weight:500;
    }
.navRightBtn>.btnGroup a {
    text-decoration: none;
    color: inherit;
}

button.logout-btn {
    border: none;
    background-color: inherit;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 16px;
    font-size: inherit;
}

.searchInput > button img {
    width: 16px;
}

.topNavLeft {
    padding: 12px 0;
    display: flex;
    font-size: 13px;
}

.topNavRight {
    padding: 12px 0;
    display: flex;
    font-size: 13px;
}

.mainNav-lower a {
    display: flex;
    text-decoration: none;
    font-weight: 500;
    color: black;
    margin-right: 25px;
    font-size: 13px;
}
    .mainNav-lower a .partners {
        display: flex; 
        align-items: center; 
        column-gap: 10px;
    }
.mainNav-lower a img:first-child {
    margin-right: 8px;
}
.orgSelectDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #042039;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px;
}
    .orgSelectDiv p {
        margin-right: 10px;
        color: #FF9900;
        margin-bottom: 0;
    }
.orgSelectDiv p span {
    color: #fff;
    position: relative;
    cursor:pointer;
}
    .orgSelectDiv p svg {
        vertical-align: middle;
    }
.orgSelPopup {
    display: none;
    position: absolute;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
    top: 33px;
    left:-33px;
    width: 500px;
    z-index: 99;
    box-shadow: 0px 2px 5px 0px #ccc;
}
.orgSelPopup .orgSelectInnerPopup {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5f4ff;
    padding: 10px;
    margin-bottom: 10px;
}
    .orgSelPopup .orgSelectInnerPopup div:nth-child(1) {
        width: 190px;
        margin-right:12px;
    }
    .orgSelPopup .orgSelectInnerPopup div:nth-child(1) img{
        width: 100%;
    }

    .orgSelPopup .orgSelectInnerPopup div:nth-child(2) {
        flex: 1;
        display: flex;
    }

    .orgSelPopup .orgSelectInnerPopup div:nth-child(2) img{
       width: 25%;
    }
    .orgSelPopup .orgSelectInnerPopup div:nth-child(2) img:last-child{
        -webkit-transform: scaleX(-1); 
        transform: scaleX(-1);
    }

    .orgSelPopup .orgSelectInnerPopup div:nth-child(2) {
        flex: 1;
        display: flex;
    }
.orgSelectDiv:hover .orgSelPopup {
    display: block;
}

.orgSelPopup .btns {
    display: inline-block;
    border: 1px solid #BECDD8;
    padding: 5px;
    border-radius: 4px;
    background-color: #F4FAFF;
}
.orgSelPopup .orgLR {
    margin-top: 1rem;
    padding: 1rem 0 10px 0;
    border-top: .79px solid #e6e6e6;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 1rem;
}

.orgLR p {
    color: #2493EA;
}

    .orgSelPopup .orgLR .orgLeft {
        flex: 50%;
    }

        .orgSelPopup .orgLR .orgLeft p {
            color: #000;
        }

        .orgSelPopup .orgLR .orgLeft p span {
            color: #000;
        }

    .orgSelPopup .orgLR .orgRight {
        padding: 12px;
        border-radius: 4px;
        background-color: #F4FAFF;
        display: flex;
        flex-direction: column;
        row-gap: 4px;
        justify-content: space-between;
        border: 1.18px solid #BECDD8;
    }
.orgLR .orgLeft .orgToSupport {
    color: #000;
    line-height: 15px; 
    margin-top: 10px;
}
    .orgLR .orgLeft .orgToSupport a {
        color: #2493EA;
        text-decoration: underline;
    }
    .orgLR .orgRight>p:nth-child(1) {
        color:#000;
    }
.orgLR .orgRight p:nth-child(3) {
    line-height: 15px; 
    color: #2493EA;
}
.orgLR .orgRight a {
    text-decoration: none;
}
    .orgLR .orgRight a p {
        line-height: 15px;
        color: #2493EA;
        margin-top: 1rem;
        font-weight: 500;
    }
.orgLeft button {
    padding: 18px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #2493EA;
    background-color: #F4FAFF;
}
.bottomLine {
    width: 100%;
}
.bottomLine p {
    line-height: 15px; 
    margin-top: 12px;
        color: #2493EA;
}

#sidebarNav {
    position: fixed;
    height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: white;
    padding: 1rem;
    border-top-right-radius: 14px;
    border-top-right-radius: 14px;
    z-index: 99999;
    display: none;
    transition: 0.3s;
    transform: translateX(-100%);
}

.cancelSvg {
    position: absolute;
    top: 20px;
    right: 15px;
}

.sidebarOptions > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-decoration: none;
    margin: 15px 0;
}

#sidebarNav > p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #2493EA;
    margin-bottom: 20px;
}

#sidebarNav > p:nth-child(4) {
    font-size: 16px;
    font-weight: bold;
}

#sidebarNav > p:nth-child(5) {
    font-size: 20px;
    font-weight: bold;
}

#sidebarNav > p:nth-child(6) {
    font-size: 12px;
    font-weight: 500;
    color: #2493EA;
}

#sidebarNav > p:nth-child(7) {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

#sidebarNav > p:nth-child(8) {
    font-size: 14px;
    font-weight: 400;
}

#sidebarNav hr {
    width: 100%;
    margin: 15px 0;
    background-color: currentColor;
    color: #212529;
    opacity: .25;
}

.sbSign {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 30px;
}

@keyframes slideIn {
    from {
        left: -250px;
        /* Sidebar starts off-screen */
    }

    to {
        left: 0;
        /* Sidebar moves to its normal position */
    }
}

/* Keyframes animation for sliding out */
@keyframes slideOut {
    from {
        left: 0;
        /* Sidebar starts from the screen */
    }

    to {
        left: -250px;
        /* Sidebar moves off-screen */
    }
}

/* When the sidebar is active (shown) */
#sidebarNav.show {
    animation: slideIn 0.5s forwards;
    /* Slide in */
}

/* When the sidebar is hidden (when not active) */
#sidebarNav.hide {
    animation: slideOut 0.5s forwards;
    /* Slide out */
}

.padding-none {
    padding: 0 !important;
}

.no-scroll {
    overflow-y: hidden;
}

/*footer*/
footer {
    width: 100%;
    background-color: #2393E9;
}
.upperFooter {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 2rem 1.5rem 2rem;
    color: white;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.315);
}
.footer-logo {
    width: 25%;
    flex-basis: 25%;
}
.footer-menu {
    width: 75%;
    flex-basis: 75%;
    display:flex;
    flex-wrap:wrap;
}
.logo {
    display: flex;
}
.upperFooter ul {
    width:25%;
    flex-basis:25%;
}
.upperFooter ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}
    .upperFooter ul li {
        list-style:none;
        margin:5px 0;
    }
    .upperFooter ul p {
        font-size:18px;
        font-weight:500;
        margin-bottom:12px;
    }

.lowerFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2393E9;
    padding: .8rem;
    font-size: 16px;
    color: white;
}
.lowerFooter p{
    margin-right:10px;
}
.lowerFooter ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 8px;
}
.lowerFooter ul li {
    list-style: none;
    display:inline-block;
    border-left: 1px solid #fff;
}

.btn-selected {
    background-color: #2493EA;
    color: #FFF;
    padding: 0.625rem 1.5rem !important;
}

.clear-filter, #mobile-popup-clear-filter {
    width: 15px;
    display: none;
}

.searchBox .k-input-solid{
    border: none;
}
.searchBox .k-input-solid:focus-within{
    box-shadow: none;
}

.btn-unselected {
    background-color: #FFF;
    color: #2493EA;
    padding: 0.625rem 1.5rem !important;
    border: none !important;
}

.btn-selected:hover, .btn-unselected:hover {
    background-color: #1c81ce !important;
    color: #FFF !important;
}

.about-holypay {
    line-height: 15px;
    color: #2493EA;
    margin-top: 1rem;
    font-weight: 500;
}

#todayDate {
    color: #2493EA;
}

.align-text-center {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.row-gap-tooltip {
    row-gap: 0.5rem;
}

/* Holypay donation modal - start */
.holypayModal {
    position: absolute;
    background: #fff;
    width: 700px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    border-radius: 7px;
    display: none;
    top: 100px;
}

.holypayInnerModal {
    padding: 24px;
}

.jlspan img {
    width: 221px;
    height: 72px;
}

    .holypayInnerModal .bepart-head {
        font-weight: 500;
    }

.bepartFeatures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px;
}

.bFeature img {
    height: 80px;
}

.bepartFeatures > div {
    width: 31.5%;
    height: auto;
    position: relative;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.bFeature {
    padding: 20px 8px;
    border: 1px solid #2493EA;
    border-radius: 5px;
}

    .bFeature p {
        font-size: 12px;
        line-height: 20px;
    }

.featureNumber {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2493EA;
    border-radius: 100%;
    color: white;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: .5rem;
    font-size: 18px;
}

.jlightMid {
    margin: 30px auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.jlightBottom {
    width: 100%;
    padding: 20px;
    background-color: #F4F9FE;
    display: flex;
    flex-wrap: wrap;
}

.jBottomLeft {
    width: 58%;
    flex-basis: 58%;
}

.jBottomRight {
    width: 42%;
    flex-basis: 42%;
}

    .jBottomRight img {
        width: 100%;
    }

.jlightBottom .bottomLabel {
    text-transform: uppercase;
    color: #2393E9;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    text-shadow: 0 4px 4px #bdbdbd;
}

.jlightBottom .bottomHead {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-top: 0.865rem;
}

    .jlightBottom .bottomHead span {
        display: block;
    }

.btnRoundDark {
    padding: 0.625rem 2.5rem;
    background-color: #FFD814;
    color: black;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 16px;
}

.crossbtnDM {
    padding: 12px;
    background-color: #2493EA;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:768px) {
    .holypayModal {
        width: 525px;
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .btnRoundDark {
        padding: 0.625rem 1.5rem;
    }

    .jlightBottom .bottomHead {
        font-size: 22px;
    }
    .btnGroup .contactTrigger {
        display: inline;
    }
}

@media only screen and (max-width:575px) {
    .bepartFeatures > div {
        width: 99%;
        margin-bottom: 16px;
    }

    .jlightMid {
        margin: 16px auto 8px;
    }

    .jlightBottom .bottomHead {
        font-size: 18px;
    }

    .btnRoundDark {
        font-size: 14px;
    }

    .crossbtnDM {
        padding: 9px;
        top: -10px;
        right: -10px;
    }

    .jBottomLeft {
        width: 100%;
        flex-basis: 100%;
        order: 2;
    }

    .jBottomRight {
        width: 100%;
        flex-basis: 100%;
        order: 1;
        margin-bottom: 12px;
    }
}

/* header select charity */
#selectedOrgName {
    color: #FF9900;
}

.org-left-head {
    font-size: 16.04px;
    font-weight: 500;
}

.org-left-subhead {
    font-size: 9.62px;
    font-weight: 500;
}

.org-left-subhead2 {
    font-size: 11.23px;
    font-weight: 500;
    margin-top: 10px;
}

.org-left-subhead3 {
    font-size: 10px;
    font-weight: 500;
    margin-top: 4px;
}

.my-voucher-link {
    display: none;
}

@media only screen and (max-width:375px) {
    .holypayInnerModal .jlspan img {
        width: 65%;
    }
}

/* Holypay donation modal - end */

@media (max-width: 2560px) {
    .topNavLeft, .topNavRight {
        padding: 1rem 6.25rem;
    }

    .mainNav, .mainNav-lower {
        padding: 1rem 7.25rem;
    }

    .mainNav {
        justify-content: space-between;
    }
}

@media (max-width: 1440px) {
    .topNavLeft, .mainNav, .topNavRight {
        padding: 1rem 0.25rem;
    }

    .mainNav-lower {
        padding: 1rem 1.25rem;
    }
}

@media only screen and (max-width:1024px) {
    .mainNav > a img {
        width: 10rem;
    }

    .topNavRight {
        display: none;
    }

    .sticky-search-bar {
        padding: 10px 0px;
        display: block;
    }

/*    .desktop-screen-search{
        display: none;
    }*/

    .mainNav {
        padding: 1rem 1.25rem;
        justify-content: normal;
    }

    .mid-nav .mainNav .navMid {
        width: 100%;
        order: 2;
    }

    .mid-nav .mainNav .navRightBtn {
        column-gap: 12px;
        align-items: center;
        margin-left: auto;
    }

    .navRightBtn button {
        padding: 7px 10px;
    }

    .btnGroup #notify-btn {
        height: 38px;
    }

    button.logout-btn {
        padding: 10px 16px;
    }

    .navMid .searchInput {
        width: 100%;
        justify-content: space-between;
    }
    .searchBox {
        flex: 1;
    }
}

@media (max-width:991px) {
    .topNavLeft {
        justify-content: space-between;
    }    

    .orgSelPopup {
        width: 400px;
        top: 33px;
        right: 0px;
        left: auto;
    }

    .upperFooter ul {
        width: 50%;
        flex-basis: 50%;
    }

    .upperFooter ul p {
        margin: 16px 0 12px;
    }
}

@media only screen and (max-width:890px) {
    .mainNav > a img {
        width: 8rem;
    }
}

@media only screen and (max-width:768px) {
    .topNavList .topNavList-items:nth-child(-n +1) {
        display: none;
    }
    .topNavList .topNavList-items:nth-child(-n +2) {
        border-left: none;
    }

   .signedInDetails{
        margin-right:0;
        width:19px;
    }
    .signedInDetails .name, .signedInDetails .userImg {
        display: none;
    }
    .mid-nav .mainNav .navMid {
        width: 100%;
        order: 2;
    }
    .signedInDetails-mob {
        display: block;
    }

    .hide-visibility {
        visibility: hidden;
    }

    .mainNav {
        justify-content: normal;
        padding-right: 0.9rem;
    }
    .mid-nav .mainNav .navRightBtn {
        margin-left: auto;
    }
    .mid-nav .mainNav .navRightBtn .btnGroup {
        width: calc(100% - 149px);
        display: flex;
        justify-content: flex-end;
    }
    .btnGroup {
        height: 32px;
    }
    .footer-logo {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 16px;
    }

    .footer-logo .logo {
        display: block;
        margin: 0 auto;
    }

    .footer-menu {
        width: 100%;
        flex-basis: 100%;
    }

    .my-voucher-link {
        display: unset;
        color: #2493EA;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.535rem;
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 590px){
    #notify-btn svg {
        transform: scale(0.7);
    }

    .mainNav > a img {
        width: 6rem;
    }

    .nav-button-container{
        margin-top: 1rem;
    }

    .searchBox {
        display: none;
    }

    #searchItemApply{
        display: none;
    }

    #mobileSearch {
        display: block;
        width: 100%;
        padding: 5px 12px;
        border: 1.13px solid #2493EA;
        background-color: white;
    }

    .mobileSearchContainer{
        padding: 0px 10px;
    }

    #mobileSearchboxDiv {
        display: block;
        width: 100%;
        padding: 10px;
        border: 1.13px solid #2493EA;
        background-color: white;
    }

    #mobileSearchboxDiv .k-input{
        border: none;
    }

    #mobileSearchboxDiv .input-field{
        padding: 0 !important;
        margin: 0 !important;
    }

    .navMid .searchInput {
        width: 96%;
    }

    .ms-inputDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        width: 100%;
    }

    .ms-inputDiv input {
        padding: .375rem 0rem !important;
        margin: 0;
        outline: none;
        border: none;
        width: 100%;
    }

    .mobile-search-input-container {
        position: absolute;
        top: 8.35rem;
        left: 0;
        padding-left: .8rem;
        padding-bottom: 0.5rem;
        background: white;
    }

    .locationSearch {
        display: none;
    }

    header {
        position: sticky;
        top: -8rem;
        z-index: 9995;
        background: white;
        transition: 0.1s ease;
    }
    .mainNav-lower{
        margin-top: 2.6rem;
    }
}

@media only screen and (max-width:575px) {

    .orgSelectDiv {
        padding: 8px;
        font-size: 14px;
    }
    .mid-nav .mainNav .navRightBtn .btnGroup {
        width: calc(100% - 119px);
    }
    .orgSelectDiv p span:before {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        right: -11px;
    }
    
    .mainNav-lower a {
        font-size: 13px;
        margin-right: 20px;
    }

    .mainNav-lower a:nth-child(2) {
        margin-right: 0px;
    }

    .mainNav-lower a .partners img {
        width: 28px;
    }

    .navRightBtn button {
        padding: 10px 7px;
    }

    .navRightBtn button img {
        width: 12px;
    }

    button.logout-btn {
        padding: 10px 16px;
    }

    .searchInput > button img {
        width: 12px;
    }

    .upperFooter ul {
        width: 100%;
        flex-basis: 100%;
    }

    .upperFooter {
        padding: 2rem 1rem 1.5rem 1rem;
    }

    .lowerFooter {
        flex-direction: column;
        row-gap: 12px;
    }

    .lowerFooter p {
        font-size: 14px;
    }

    .lowerFooter ul li:nth-child(1) {
        border-left: none;
    }

    .lowerFooter ul li a {
        font-size: 14px;
    }

    .navRightBtn > .btnGroup a {
        margin-left: 4px;
    }
}

@media only screen and (min-width: 430px) and (max-width:575px) {

/*    .searchBox {
        padding-right: 0;
    }*/

    .searchInput select {
        font-size: 0.85rem;
        margin-right: 2px;
        padding: 11px 2px;
    }
}


@media (max-width:450px) {
    .mainNav-lower a .partners img {
        width: 24px;
    }

    .topNavList .topNavList-items:nth-child(-n +2) {
        border-left: none;
    }

    .mainNav-lower a {
        font-size: 16px;
        margin-right: 20px;
    }

    .mainNav-lower a .svg-icon {
        width: 26px;
    }

    .mainNav-lower a .partners {
        column-gap: 5px;
    }

    .navRightBtn button img {
        width: 10px;
    }
    .orgSelectDiv:hover .orgSelPopup {
        margin: 8px 3% 0;
    }

    .orgSelPopup {
        width: 345px;
        right: -10px;
    }

    .orgSelPopup .btns button {
        padding: 0.625rem 1rem!important;
    }
    .orgSelectDiv p {
        margin-right: 0px;
    }
    .footer-menu {
        row-gap: 40px;
    }
    .upperFooter {
        padding: 2rem 2rem 3rem 2rem
    }
        .upperFooter ul {
            margin-bottom: 0;
        }
            .upperFooter ul p {
                margin: 0 0 10px 0;
            }
}

@media (max-width: 430px) {
    .upperFooter ul li a, #upperFooter ul p {
        font-size: 18px;
    }

    .upperHeaderLocation {
        display: block;
    }

    .mid-nav .mainNav .navRightBtn .btnGroup button p {
        font-size: 10px;
        margin-left: 5px;
    }
}

@media (max-width: 374px) {
    .orgSelPopup {
        width: 315px;
    }

    .navRightBtn button p {
        font-size: 10px !important;
    }
}

#learnMoreModal {
    padding: 1rem;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F4FAFF;
    border: 1px solid #2493EA;
    display: none;
    z-index: 9999;
    width: 90%;
    min-width: 300px;
}

.learn-more-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.white-logo {
    height: 50px;
}

#searchBoxPopup {
    background-color: rgb(36, 147, 234);
    padding: 0px;
    position: sticky;
    top: 0;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    width: 100vw;
}

#mobileHomeDropdown_listbox .k-list-item.k-selected, .k-selected.k-list-optionlabel, #HomeDropdown_listbox .k-list-item.k-selected, .k-selected.k-list-optionlabel{
    background-color: white;
    color: black;
    box-shadow: none !important;
}

#searchClicked {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    margin-bottom: 15px;
}

#searchClicked .form-link{
    color: white;
}

#locationPopup, #installPWAInstructions {
    padding: 1.5rem;
    border-radius: 12px;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    display: none;
    z-index: 9999;
    width: 90%;
}

    #locationPopup p:first-child {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: 0em;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    #locationPopup hr {
        border-bottom: 1.5px;
        margin-bottom: 1rem;
    }

    #locationPopup .locationInputApply {
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        width: 100%;
        column-gap: 15px;
    }

        #locationPopup .locationInputApply .inputOutlined {
            border: 0.071rem solid #2493EA;
            padding: 0.7rem;
            outline-color: #2493EA;
            border-radius: 0.334rem;
            width: 100%;
            margin: 0.698rem 0;
        }

.jlsTrigger {
    cursor: pointer;
}

.db-tooltip {
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
    background-color: white;
    filter: drop-shadow(0px 0px 38.0829px #B2D1FF);
    border-radius: 6.09326px;
    padding: 10px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    position: absolute;
    top: 155px;
    left: 150px;
    width: 150px;
    z-index: 999999;
}

    .db-tooltip p {
        color: #000;
    }

.about-holypay {
    cursor: pointer;
}

@media (max-width: 590px) {
    .topNavList {
        font-size: 1rem;
    }
    .orgSelectDiv{
        display: none;
    }

    .color-selected p {
        color: #2493EA;
    }
}

/* How It Works modal - start */
#howItWorksPopup {
    position: absolute;
    background: #fff;
    max-width: 100%;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    border-radius: 7px;
    display: none;
    width: 60%;
    padding: 2rem 2.5rem;
    font-weight: 500;
}

.vimeo-video-container {
    width: 45%;
}

#user-vimeo-player {
    position: relative;
    display: flex;
    justify-content: center;    
    padding-top: 56.25%;
}

#user-vimeo-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    border: 0.68px solid #2493EA;
}

.hiw-text {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    width: 54%;
}

.hiw-sub-text {
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    color: #2493EA;
}

.popup-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}

    .popup-container .header-icon {
        width: 180px;
    }

.hiw-heading {
    font-size: 25px;
}

.hiw-subheading {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 60%;
}

.hiw-group {
    display: flex;
    column-gap: 1.5rem;
    margin: 2rem 0;
}

    .hiw-group > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 1.5rem;
        padding: 2rem 1rem;
        border: 0.67px solid #2493ea;
        border-radius: 4px;
        width: 33%;
        text-align: center;
        position: relative;
    }

        .hiw-group > div p {
            font-size: 13px;
            font-weight: 500;
        }

        .hiw-group > div div {
            background-color: #2493EA;
            height: 30px;
            width: 30px;
            border-radius: 100%;
            color: white;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 12px;
            left: 12px;
        }

.bottom-text {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    width: 60%;
    margin-bottom: 1.2rem;
}

.popup-container > button {
    width: 300px;
}

@media (max-width: 1440px) {
    #howItWorksPopup {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    #howItWorksPopup {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .bFeature p {
        font-size: 16px;
    }

    .hiw-text {
        font-size: 16px;
        font-weight: 400;
        width: 100%;
    }

    #howItWorksPopup {
        padding: 25px 12px;
    }

    .popup-container .header-icon {
        width: 150px;
    }

    .hiw-heading {
        font-size: 20px;
    }

    .hiw-subheading {
        font-size: 15px;
        width: 100%;
    }

    .hiw-group {
        flex-direction: column;
        row-gap: 1.5rem;
    }

        .hiw-group > div {
            padding: 25px 10px;
            width: 100%;
        }

            .hiw-group > div p {
                font-size: 16px;
            }

    .bottom-text {
        font-size: 16px;
        width: 100%;
    }

    .popup-container > button {
        width: 100%;
    }
}

#userNotifications > div {
    display: flex;
    align-items: center;
    column-gap: .7rem;
    cursor: pointer;
    transition: .8s;
    width: max-content;
    width: 100%;
}

    #userNotifications > div div:first-child {
        width: 70.41px;
        height: 70.41px;
    }

    #userNotifications > div div:last-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 4px;
        min-width: 200px;
        flex: 1;
    }

.userNotifHead {
    font-size: 16px;
    font-weight: 500;
}

.userNotifCon {
    font-size: 12px;
    font-weight: 500;
}

.mobileOnly {
    display: none !important;
}

@media (max-width: 768px) {
    #userNotifications {
        left: unset;
        transform: unset;
        right: 5%;
    }
}

@media (max-width: 590px) {
    .mobileOnly {
        margin-bottom: 0.5rem;
        display: flex !important;
    }

    #howItWorksPopup {
        top: 55px;
    }

    .vimeo-video-container {
        width: 100%;
    }
}

#installPWAInstructions {
    padding: 1rem 1.25rem;
}

.instruction-img {
    width: 100%;
}

/* location stikcy  */

#locationSticky {
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 20%;
    padding: 20px;
    display: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.397);
}
#locationSticky p:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}

#locationSticky p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 10px;
}

#locationSticky div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 10px;
    line-height: 15px;
}

#locationSticky button {
    width: 100%;
    margin-top: 15px;
}

/* location stikcy  */

@media (max-width: 1440px) {
    #locationSticky {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    #locationSticky {
        width: 37%;
    }
}

@media (max-width: 768px) {
    #locationSticky {
        width: 50%;
    }
}

@media (max-width: 590px) {
    #locationSticky {
        width: 100%;
        top: unset;
        left: unset;
        bottom: 0;
        transform: unset;
        z-index: 9999999;
    }

    .mid-nav.mid-nav-2{
        border-top: none;
    }
    .hr-border{
        display: none;
    }

    .owl-dots{
        display: none;
    }
}