body, html {
    overflow-x: unset !important;
}

button {
    border-radius: 10px;
}

.statusIconCls {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareMedia {
    margin-top: 24px;
}

.share-button {
    display: inline-block;
    margin: 0px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.facebook {
    background-color: #4267B2;
}

.whatsapp {
    background-color: #25D366;
}

.instagram {
    background-color: #E1306C;
}

.tiktok {
    background-color: #000000;
}

.share-button.x {
    background-color: #000000;
}

.snapchat {
    background-color: #FFFC00;
    color: black;
    border: 1px solid;
}

.linkedin {
    background-color: #0077B5;
}

.copy-link {
    background-color: #2196F3;
}

.messenger {
    background: linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
    border-radius: 50%;
}

.email {
    background-color: #0078D4;
    border-radius: 50%;
}

.share-button:hover {
    opacity: 0.8;
}

.successAndfail {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}


.payment-status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
}

.payment-status h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.paymentInfo {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.paymentInfo .allIdes {
    margin-bottom: 10px;
}

.paymentInfo .allIdes h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.paymentInfo .allIdes h6:last-child {
    color: #9F9F9F;
}

.paymentInfo .statusCode h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.paymentInfo .statusCode h6:last-child {
    color: #9F9F9F;
}

.testAnotherBtn {
    background-color: #473BF0;
    border: none;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
}

.submit-wrapper {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.submit-wrapper .payTheValue {
    margin-top: 15px;
    margin-bottom: 15px;
}

.payTheValue .pay-btn {
    background-color: #473BF0;
    border: none;
    color: #ffffff;
    padding: 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.donation-stripe-wrapper {
    padding: 30px 24px;
    /* border: 1px solid #383838; */
}

.supportiveButtons .orgIcon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e3e3;
}

.supportiveButtons .ordgDtail h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.supportiveButtons .ordgDtail .locatIon img {
    width: 22px;
}

.supportiveButtons .ordgDtail .locatIon p {
    margin-bottom: 0;
    font-size: 16px;
    opacity: 0.7;
}

.supportiveButtons .ordgDtail .locatIon button {
    padding: 5px 6px;
    border: none;
    font-weight: 500;
    color: #383838;
    font-size: 14px;
    background: transparent;
    min-width: 100px;
    border: 1px solid;
    border-radius: 6px;
}

.supportiveButtons .ordgDtail .locatIon button:hover {
    background: #000;
    color: white;
}

.donationAndPurposes {
    position: relative;
    /* padding-top: 70px; */
    /* padding-bottom: 50px; */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.donationAndPurposes.payment::before {
    content: '';
    width: 50%;
    height: 100%;
    /* background: #f8f7fa; */
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    box-shadow: 15px 0 30px 0 rgba(0, 0, 0, 0.18);
}

.donationData {
    /* position: sticky; */
    top: 20px;
    height: auto;
    border-radius: 5px;
}

.likesAndView {
    margin-bottom: 30px;
}

.viewSide {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.likesIde {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    border: 1px solid #383838;
    padding: 10px 16px;
}

.likesIde img {
    width: 16px;
    height: 16px;
}

.donationCollections {
    border: 1px solid #383838;
    padding: 30px;
    border-radius: 10px;
}

.donationCollections .myDonations {
    padding-top: 35px;
}

.donationCollections .myDonations .viewAll {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.donationCollections .myDonations .title {
    /* font-weight: 600; */
    margin-bottom: 20px;
    font-size: 22px;
    color: #473bf0;
}

.donationCollections .myDonations ul {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.donationCollections .myDonations ul.single-donation::before {
    display: none;
}

/* .donationCollections .myDonations ul::before{
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #ffffff, #ffffff70, #ffffff00);
    position: absolute;
    bottom: 0px;
    left: 0px;
} */

.donationCollections .myDonations ul li {
    list-style: none;
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a4a4a4;
}

.donationCollections .myDonations ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.donationCollections .myDonations ul li .fa-hand-holding-dollar {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff2d2;
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    font-size: 22px;
    color: #92711a;
}

.donationCollections .myDonations ul li h6 {
    font-size: 18px;
    margin-bottom: 4px;
}

.donationCollections .myDonations ul li span {
    font-size: 13px;
}

.donationCollections .myDonations ul li .fee {
    color: #776dfd;
    font-size: 15px;
    font-weight: 500;
}

.donationCollections .myDonations ul li .fee.paymentSuccessful {
    color: #58b09b !important;
}

.donationCollections .myDonations ul li .fee.pending {
    /* color: #e37272 !important; */
    color: #776dfd !important;
}

.donationCollections .myDonations ul li .fee.pending i {
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.donationCollections .myDonations ul li .fee.pending i:hover .msg {
    opacity: 1;
    top: -55px;
    visibility: visible;
}

.donationCollections .myDonations ul li .fee.pending .msg {
    position: absolute;
    top: -52px;
    left: -70px;
    width: 200px;
    padding: 5px;
    color: white;
    font-size: 13px;
    border-radius: 6px;
    background: black;
    box-shadow: -1px 0px 3px 1px #cecece;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    font-weight: 500;
    visibility: hidden;
}

.donationCollections .myDonations ul li .fee .text-small {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #e37272;
}

.donationCollections .myDonations ul li .fee .text-small i {
    cursor: pointer;
}

.donationCollections .myDonations ul li .fee .text-small a {
    font-size: 14px;
    border: 1px solid;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 5px;
    /* margin-top: 5px; */
    transition: 0.3s;
    background: #FFD25D;
}

.donationCollections .myDonations ul li .fee .text-small a:hover {
    background: #463aee;
    color: white;
}

.collectd {
    display: block;
    margin-bottom: 15px;
}

.collectd.activeCollectd {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    flex-flow: row-reverse;
    gap: 24px;
}

.collectd.activeCollectd h4 {
    margin-bottom: 0;
}

.collectd h4 {
    font-size: 30px;
    color: #473BF0;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}


.collectd h4 span {
    font-weight: 400;
    font-size: 18px;
    display: block;
}

.collectd p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.targeted h5 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.targeted p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}


.donationAndTarget {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #a4a4a4;
    padding-bottom: 30px; */
}

.progress-container {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-circle {
    /* Remove rotation from SVG */
}

.progress-circle circle {
    fill: none;
    stroke-width: 10;
}

.bg {
    stroke: #eaeaea;
}

.progress {
    stroke: #473BF0;
    stroke-linecap: round;
    stroke-dasharray: 344;
    stroke-dashoffset: 344;
    transition: stroke-dashoffset 1s ease;
    /* Rotate progress only, text remains horizontal */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.percentage-text {
    font-size: 20px;
    font-weight: 600;
    color: #473BF0;
}


.useDoners {
    display: flex;
    align-items: center;
    gap: 25px;
}

.useDoners ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.useDoners ul li {
    list-style: none;
    margin-right: -10px;
}

.useDoners ul li img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.useDoners h6 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.useDoners h6 span {
    font-size: 24px;
    font-weight: 600;
    margin-left: 8px;
}

.viewAllDonor .viewDonor {
    padding: 8px 30px;
    border: 1px solid #473BF0;
    color: #473BF0;
    font-weight: 500;
    font-size: 16px;
    background-color: transparent;
}

.viewAllDonor {
    padding: 30px 0px;
    border-bottom: 1px dashed #A4A4A4;
}





.lastDonations {
    display: flex;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px dashed #000;
    margin-top: 20px;
    margin-bottom: 50px;
}

.lastDonations .donarIcon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.lastDonations .lastDonorDtls .nameDonor {
    margin-bottom: 0px;
}

.lastDonations .lastDonorDtls .nameDonor h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.lastDonations .lastDonorDtls .nameDonor p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px;
}

.dateAndDolor h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.dateAndDolor h6 span {
    font-size: 12px;
    font-weight: 400;
}

.dateAndDolor p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 12px;
}

.makeDonation {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    background-color: #FFD25D;
    border: 1px solid #383838;
    padding: 16px;
}

.makeDonation:hover {
    background-color: #473BF0;
    color: white;
}

.shareButton {
    width: 100%;
}

.shareButton .shareNow {
    width: 100%;
    border: 1px solid #383838;
    background-color: #383838;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 13px;
    margin-top: 16px;
}

.comunityUpdate {
    margin-top: 60px;
}

.comunityUpdate h6 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.updateBody {
    /* box-shadow: 0px 4px 24px 0px #655AFF40; */
    padding: 48px;
    border: 1px solid #383838;
    border-radius: 10px;
}

.updateBy {
    display: flex;
    gap: 16px;
}

.updateBy .userIcon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e5e3e3;
}

.updateBy .updateMessage h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.updateBy .updateMessage h6.mb-2 {
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
}

.updateBy .updateMessage p {
    font-size: 18px;
    margin-bottom: 0;
    opacity: 0.7;
}

.updateBy .updateMessage p span {
    font-size: 20px;
    font-weight: 600;
}

.updateBy .updateMessage h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.7;
}

.borderBtm {
    border-bottom: 1px dashed #A4A4A4;
}

.borderBtm.last {
    border-bottom: none;
}


.borderBtm:last-of-type {
    border-bottom: none;
    padding-bottom: 0px !important;
}

.viewButtonupdate button {
    padding: 10px 30px;
    color: #383838;
    border: 1px solid #383838;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
}

.viewButtonupdate button:hover {
    background: #000000;
    color: white;
}


.whyCards {
    /* box-shadow: 4px 4px 0px 0px #00000040; */
    border-radius: 10px;
    overflow: hidden;
}

.whyCards .imageParts img {
    width: 100%;
    /* height: 160px; */
    object-fit: contain;
}


.whyCards .textParts {
    padding-bottom: 30px;
}

.whyCards .textParts:last-child {
    padding-bottom: 0px;
}

.whyCards .textParts h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.whyCards .textParts p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.bgThemecolor1 {
    background-color: #9E97FF;
}

.donateAndPay {
    /* border: 1px solid #383838; */
    padding: 48px 32px;
    border-radius: 5px;
}

.payAmountsBtn {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 12px;
}


.payAmountsBtn button.active {
    background-color: #473bf0;
    border-color: #473bf0;
    color: #fff;
}


.paySettingOne {
    margin-bottom: 48px;
}

.paySettingOne h6{
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.7;
}

.paySettingOne h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #30313d;
}

.payAmountsBtn button {
    padding: 10px 24px;
    border: 1px solid #bababa;
    color: #000;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    /* height: 44px; */
    background: transparent;
}

.payCustomAmount h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #30313d;
}

.totalDonateValue h6 {
    color: #30313d;
}

.donation-stripe-wrapper h2 {
    color: #30313d;
    font-size: 24px;
    margin-bottom: 24px;
}

.powered-links a {
    color: #30313d;
    font-weight: 400;
    font-size: 12px;
    color: hsl(0deg 0% 10% / 50%);
}

.powered-links a.powred {
    padding-right: 16px;
    border-right: 1px solid hsl(0deg 0% 90.98%);
    margin-right: 16px;
}

.powered-links a span {
    font-weight: 700;
    color: hsl(0deg 0% 10% / 50%);
}

.varticleliner .powered-links a {
    font-family: -apple-ystem, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #30313d;
    font-weight: 400;
    color: hsl(0deg 0% 10% / 50%);
    font-size: 12px;
}

.user-fee {
    font-family: -apple-ystem, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #30313d;
    font-weight: 400;
}

.user-fee input {
    width: 16px;
    height: 16px;
    border-radius: 0px;
}

.user-fee span {
    font-family: -apple-ystem, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #30313d;
    font-weight: 400;
}

.payField {
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
    position: relative;
}

.payField .currancySymbol {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 35px;
    color: #000;
}

.payField input {
    border: 1px solid #bababa;
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    padding: 6px 24px;
    outline: none;
    padding-left: 42px;
    width: 100%;
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.payField::before {
    /* content: '$'; */
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 35px;
    color: #000;
}

.payField label {
    font-size: 16px;
    color: #9F9F9F;
}

.totalDonateValue h6 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #30313d;
}

.totalDonateValue h5 {
    font-size: 30px;
    color: #473BF0;
    font-weight: 600;
    margin-bottom: 0;
}

.totalDonateValue h5 small {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.totalDonateValue h5 small span {
    font-size: 18px;
    font-weight: 500;
}

.totalDonateValue h5 span {
    font-size: 30px;
}

.payTheValue {
    margin-top: 48px;
    align-items: start;
    display: flex;
    gap: 10px;
}

.saveTheFees {
    margin-top: 20px;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 10px;
}

.saveTheFees p {
    margin: 0;
    font-size: 18px;
    color: #555;
}

.saveTheFees p span {
    display: block;
    font-weight: 600;
    color: black;
}

.payTheValue input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 0px;
}


.payTheValue button {
    background-color: #FFD25D;
    border: 1px solid #383838;
    color: #383838;
    padding: 16px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.transDtels h6 {
    margin-bottom: 0;
    font-size: 20px;
}

.transDtels h5 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}

.transDtels h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.expNone {
    padding-top: 0 !important;
}

.ticketBookDtls {
    padding: 30px;
    border: 1px solid #A4A4A4;
    border-radius: 10px;
    background: #fcfcfc;
}

.ticketBookDtls .donationDetails {
    display: flex;
    align-items: center;
    gap: 40px;
}

.bottomGaps {
    margin-bottom: 30px;
}

.ticketDates span {
    font-size: 24px;
    font-weight: 500;
}

.ticketBookDtls h6 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.ticketBookDtls h6 #intent-id {
    display: block;
    font-weight: 400;
    opacity: 0.7;
    font-size: 18px;
    margin-top: 5px;
    color: #463aee;
}

.ticketBookDtls h6 #donationDate {
    display: block;
    font-weight: 400;
    opacity: 0.7;
    font-size: 18px;
    margin-top: 5px;
    color: #463aee;
}


.ticketBookDtls h6 #intent-amount {
    display: block;
    font-size: 45px;
    color: #473BF0;
    font-weight: 600;
}

.ticketBookDtls h4 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
}

.furtherHelps {
    padding: 30px 0px;
}

.furtherHelps h5 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.furtherHelps p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.furtherHelps p a {
    color: #473BF0;
    text-decoration: underline;
}

.updateAndShare {
    display: flex;
    align-items: center;
    gap: 48px;
}

.updateAndShare button {
    padding: 13px 30px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    border: 1px solid #383838;
    background-color: #ffd25d;
}

.updateAndShare button:hover {
    background-color: #473BF0;
    color: white;
}

.updateAndShare .shareButton {
    background-color: #383838;
    color: #ffffff;
}

.donation-page-another-style .container {
    border: 1px solid #383838;
    padding: 65px 60px 35px 60px;
    border-radius: 10px;
}

.donation-ticket-summary {}

/* ======== Ticket Booking Summary ========= */
.donation-ticket-summary {
    background-color: #F5F5F5;
    padding: 75px 0px 0px;
}

.donation-ticket-summary .container {
    background-color: #FFD25D;
    padding: 50px 80px;
}

.donation-ticket-summary .ticket-header-secction {
    background-color: transparent;
}

.orglogoPrev .ticket_orgs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.orglogoPrev .ticket_orgs img {
    margin: 0;
    width: 60px;
    height: 60px;
}

.orglogoPrev .ticket_orgs h4 {
    font-size: 28px;
    font-weight: 500;
    color: #383838;
    margin-bottom: 0;
}

.orglogoPrev .header-text h1 {
    font-size: 44px;
    margin: 14px 0px 8px;
    color: #383838;
}

.orglogoPrev .header-text p {
    font-size: 16px;
    margin: 14px 0px 8px;
    color: #383838;
    margin-bottom: 24px;
}

.donation-ticket-summary .map-locations {
    margin-top: 24px;
}

.donation-ticket-summary .map-locations p {
    color: #383838;
}

.donation-ticket-summary .map-locations img {
    filter: invert(10)brightness(150);
}

.donation-ticket-summary .map-locations .map-view {
    border: 1px solid #383838;
    color: #383838;
    background-color: transparent;
    line-height: 22px;
}

.checkedIcon {
    line-height: 1;
}

.ticket-preview-rightPanel .checkedIcon i {
    font-size: 100px;
    color: #ffffff;
}

.ticket-preview-rightPanel h4 {
    color: #383838;
    font-size: 40px;
    margin: 24px 0px;
    font-weight: 600;
}

.ticket-preview-rightPanel p {
    color: #383838;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.dvideLine {
    border-bottom: 1px dashed #383838;
    width: 100%;
    margin-bottom: 24px;
}

.appDownloader p {
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 16px;
}

.appDownloader button {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    margin-right: 15px;
}

.donation-ticket-summary-conatiner {
    position: relative;
}

.donation-ticket-summary .banner-image {
    width: 100%;
    max-height: 250px;
    height: 100%;
    position: relative;
}

.donation-ticket-summary .banner-image img {
    height: 100%;
}

.donation-ticket-summary .banner-image-small-large {
    width: 100%;
    max-height: 112px;
    height: 100%;
    position: relative;
}

.booking-ticket-sum-details {
    background-color: #F5F5F5;
    padding-top: 70px;
    padding-bottom: 70px;
}

.booking-ticket-sum-details .container {
    background-color: #ffffff;
    padding: 50px 60px;
}

.booking-ticket-sum-details .donationMsg {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    /* border-bottom: 1px solid #000;
    margin-bottom: 40px; */

}

.booking-ticket-sum-details .donationMsg .logo {
    width: 100px;
    border: 1px solid #A4A4A4;
    border-radius: 10px;
    padding: 6px;
}

.booking-ticket-sum-details .donationMsg p {
    margin-bottom: 0px;
}

.booking-ticket-sum-details .donationMsg .completeDonationBtn {
    background: #f9cd5b;
    color: black;
    padding: 5px 20px;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid #000;
    transition: 0.3s;
}

.booking-ticket-sum-details .donationMsg .completeDonationBtn:hover {
    background: #463aee;
    color: white;
}

.booking-ticket-sum-details .donationMsg h5 {
    font-weight: 600;
    font-size: 30px;
}

.summaryHeadingLeft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.summaryHeadingLeft h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
}

.summaryHeadingLeft h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.summaryHeadingLeft h4 span {
    color: #655AFF;
}

.dPmone {
    display: none;
}

.mobileVersionDtls {
    display: none;
}

.notShowDesktop {
    display: none;
}

.noFilter {
    filter: inherit !important;
}

.dontShowDewsktop {
    display: none;
}

.header-text.container {
    margin-top: 32px;
    margin-bottom: 0;
}

.header-text.container h1 {
    margin-bottom: 0;
}

/* 
.extraPadding {
    padding-top: 200px;
} */

.donationPreview {
    padding: 40px 0px;
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #655AFF;
}

.showPurcesList {
    margin-bottom: 60px;
    margin-top: -60px;
    box-shadow: 0px 4px 24px 0px #655AFF40;
}

.ticket-header-bottom {
    z-index: 1;
}

.donationPreview .previewDonate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.donationPreview .previewDonate h5 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.donationPreview .previewDonate button {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 12px 30px;
}

.donationPreview .previewDonate button:hover {
    background: #212529;
    border-color: #212529;
}

.ticketBuyprev {
    padding: 0px 40px;
}

.listOfBuyTickt {
    padding: 40px 0px;
    border-bottom: 2px dashed #C1BCFF;
}

.listOfBuyTickt:last-child {
    border-bottom: none;
}

.listOfBuyTickt h6 {
    margin-bottom: 0;
    color: #383838;
    font-weight: 500;
    font-size: 20px;
    width: 40%;
}

.listOfBuyTickt .timeOfbuy h5 {
    margin-bottom: 0;
    color: #383838;
    font-size: 24px;
    font-weight: 500;
}

.listOfBuyTickt h4 {
    margin-bottom: 0;
    color: #383838;
    font-size: 40px;
    font-weight: 600;
}

.donarNotTargrt .donarText {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FFE39B;
    padding: 2px 4px;
}

.donarNotTargrt .donarText img {
    width: 28px;
    height: 28px;
    background-color: #ffffff;
}

.donarNotTargrt .donarText p {
    margin-bottom: 0;
    font-size: 10px;
}

.ShowMobilesize {
    display: none;
}

.donarNotTargrt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.donarNotTargrt h5 {
    margin: 0px;
    font-weight: 600;
}

.donarNotTargrt img {
    width: 50px;
}

.donationInfos h6 {
    font-size: 26px;
    margin-bottom: 10px;
}

.targeted h4 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.4;
}

.targeted h4 span {
    display: block;
    font-size: 18px;
    opacity: 0.7;
    font-weight: 400;
}

.relatedEvents .imageDiv .text h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin-bottom: 20px;
}


.relatedEvents .imageDiv .text .btn-donation {
    background: #FFD25D;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 20px;
}

.donationCollections .myDonations ul li .fee .reloadPage span {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 5px 10px;
    gap: 5px;
    border-radius: 10px;
    line-height: 1.1;
    color: black;
    font-weight: 400;
}


@media only screen and (min-width: 1400px) {

    .donateAndPay,
    .donationCollections {
        height: 100%;
    }

    .donateAndPay,
    .donationCollections.noHeight {
        height: 100%;
    }
}

@media only screen and (max-width: 1367px) {
    .header-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .eventHeading h2 {
        font-size: 45px;
    }

    .whyCards .textParts h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .donationCollections {
        border: 1px solid #383838;
        padding: 30px 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .donation-ticket-summary {
        padding: 50px 0px 0px 0px;
    }

    .donation-ticket-summary .orglogoPrev .ticket_orgs img {
        width: 36px;
        height: 36px;
    }

    .donation-ticket-summary .orglogoPrev .ticket_orgs h4 {
        margin: 0;
        font-size: 20px;
    }

    .orglogoPrev .header-text h1 {
        font-size: 28px;
    }

    .ticket-preview-rightPanel .checkedIcon i {
        font-size: 75px;
    }

    .ticket-preview-rightPanel h4 {
        font-size: 32px;
        margin: 20px 0;
    }

    .ticket-preview-rightPanel p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .donation-ticket-summary .map-locations {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .booking-ticket-sum-details .container {
        padding: 40px 30px;
    }

    .summaryHeadingLeft h2 {
        font-size: 32px;
    }

    .summaryHeadingLeft h4 {
        font-size: 18px;
    }

    .ticketBookDtls h6 {
        font-size: 16px;
    }

    .ticketDates span {
        font-size: 16px;
    }

    .ticketBookDtls h4 {
        font-size: 24px;
    }

    .ticketBookDtls {
        padding: 24px 0px;
    }

    .furtherHelps {
        padding: 24px 0px;
    }

    .furtherHelps h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .furtherHelps p {
        font-size: 14px;
    }


    .collectd h4 {
        font-size: 24px;
        margin-bottom: 4px;
    }


    .collectd p {
        font-size: 12px;
    }

    .targeted h4 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .targeted p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .collectd {
        margin-bottom: 20px;
    }

    .progress-container {
        width: 80px;
        height: 80px;
    }

    .donationAndTarget {
        padding-bottom: 20px;
    }

    .viewAllDonor {
        padding: 20px 0px;
    }

    .useDoners ul li img {
        width: 24px;
        height: 24px;
    }

    .useDoners h6 {
        font-size: 12px;
    }

    .useDoners h6 span {
        font-size: 16px;
    }

    .viewAllDonor .viewDonor {
        padding: 4px 20px;
        font-size: 14px;
    }

    .lastDonations {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .makeDonation {
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    .shareButton .shareNow {
        font-size: 16px;
        padding: 10px;
        margin-top: 16px;
    }

    .supportiveButtons .ordgDtail h5 {
        font-size: 20px;
    }

    .supportiveButtons .ordgDtail .locatIon p {
        font-size: 17px;
    }

    .supportiveButtons .ordgDtail .locatIon img {
        width: 18px;
    }

    .supportiveButtons .ordgDtail .locatIon button {
        padding: 4px 15px;
        font-size: 14px;
    }

    .supportiveButtons {
        margin: 30px 0px;
        padding: 30px 0px;
    }

    .updateBody {
        padding: 30px 24px;
    }

    .comunityUpdate h6 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .updateBy .updateMessage p {
        font-size: 14px;
    }

    .viewButtonupdate button {
        padding: 5px 20px;
        font-size: 16px;
    }

    .viewSide {
        font-size: 14px;
    }

    .likesIde {
        display: flex;
        font-size: 14px;
        padding: 5px 10px;
    }

    .likesAndView {
        margin-bottom: 20px;
    }

    .relatedDonationsEvents {
        padding: 75px 0px;
    }

    .eventHeading h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .whyCards .textParts h6 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .donationPreview h5 {
        font-size: 28px;
    }

    .donationPreview .previewDonate button {
        font-size: 16px;
        padding: 10px 50px;
    }

    .donationPreview {
        padding: 24px 0px;
    }


    .listOfBuyTickt h6 {
        font-size: 16px;
    }

    .listOfBuyTickt .timeOfbuy h5 {
        font-size: 20px;
    }

    .listOfBuyTickt h4 {
        font-size: 24px;
    }

    .showPurcesList {
        margin-top: -46px;
    }

    .listOfBuyTickt {
        padding: 24px 0px;
    }

    .ticketBuyprev {
        padding: 0px 24px;
    }
}

@media only screen and (max-width: 991px) {

    /* .donationData{
        margin-top: 24px;
    } */
    .orderOne {
        order: 1;
        margin-bottom: 50px;
    }

    .orderTwo {
        order: 2;
    }

    .donationPreview .previewDonate h5 {
        font-size: 24px;
    }

    .donationPreview .previewDonate button {
        font-size: 14px;
        padding: 8px 20px;
    }

    .listOfBuyTickt h6 {
        font-size: 14px;
    }

    .listOfBuyTickt .timeOfbuy h5 {
        font-size: 16px;
    }

    .listOfBuyTickt .timeOfbuy h5 span {
        margin-right: 4px !important;
        font-size: 14px;
    }

    .listOfBuyTickt h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .mobileVersionDtls .accordion-body .updateBy h6{
        display: block !important;
    }


    .saveTheFees {
        background: #e8e8e8;
        border: 1px solid #cfcfcf;
    }

    .ticketBookDtls .donationDetails {
        display: block;
    }

    .booking-ticket-sum-details .donationMsg {
        align-items: self-start;
        flex-direction: column;
    }

    .supportiveButtons {
        margin-bottom: 0px;
    }

    .relatedEvents {
        padding-bottom: 0px;
    }

    .donarNotTargrt {
        display: none;
    }

    .donationPreview .previewDonate h5 {
        font-size: 18px;
    }

    .donationPreview .previewDonate button {
        font-size: 14px;
        padding: 6px 16px;
    }

    .listOfBuyTickt h6 {
        font-size: 12px;
    }

    .listOfBuyTickt .timeOfbuy h5 {
        font-size: 14px;
    }

    .listOfBuyTickt .timeOfbuy h5 span {
        font-size: 12px;
    }

    .listOfBuyTickt h4 {
        font-size: 16px;
    }

    .ticketBuyprev {
        padding: 0px 16px;
    }

    .listOfBuyTickt {
        padding: 16px 0px;
    }

    .summaryHeadingLeft h2 {
        font-size: 20px;
    }

    .summaryHeadingLeft h4 {
        font-size: 12px;
    }


    .ticketDates span {
        font-size: 12px;
    }

    .ticketDates {
        gap: 5px !important;
    }

    .ticketBookDtls h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ticketBookDtls {
        padding: 16px;
    }

    .furtherHelps {
        padding: 16px 0px;
    }

    .booking-ticket-sum-details .container {
        padding: 24px 20px;
    }

    .furtherHelps h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 449px) {

    .payTheValue input {
        margin-top: 10px;
    }

    .donation-stripe-wrapper h2 {
        color: #30313d;
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .listOfBuyTickt h6 {
        width: 100%;
    }

    .paddingMobile {
        padding: 0px 16px;
        margin-bottom: 24px;
    }

    .donationData {
        position: inherit;
    }

    .listOfBuyTickt {
        padding: 16px 0px;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
        position: relative;
    }

    .timeOfbuy {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .listOfBuyTickt h6 {
        font-size: 10px;
    }

    .listOfBuyTickt h4 {
        position: absolute;
        top: 36px;
        right: 16px;
        font-size: 24px;
    }

    .ticketBuyprev {
        padding: 0;
    }

    .Showdesktopsize {
        display: none;
    }

    .showPurcesList {
        margin-top: 0px;
        margin-bottom: 16px;
    }


    .ShowMobilesize {
        display: block;
    }

    .donationPreview {
        padding: 10px 0px;
    }

    .donationPreview .previewDonate button {

        padding: 6px 12px;
    }

    .donationPreview .previewDonate button span {
        font-size: 16px;
    }

    .booking-ticket-sum-details .container {
        border: none;
    }

    .donationMobiles {
        margin-top: 50px;
    }

    .summaryHeadingLeft h2 {
        font-size: 18px;
    }

    .ticketBookDtls {
        flex-wrap: wrap;
    }

    .dontShowDewsktop {
        display: block;
    }

    .booking-ticket-sum-details .container {
        padding: 24px 16px;
    }

    .ticketBookDtls h6 {
        margin-bottom: 16px;
    }

    .ticketDates p {
        margin-bottom: 8px;
    }

    .ticketDates p span {
        font-size: 14px;
    }

    .ticketBookDtls h4 {
        font-size: 24px;
    }

    .furtherHelps h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .furtherHelps p {
        font-size: 14px;
    }

    .updateAndShare {
        flex-wrap: wrap;
        gap: 10px !important;
    }

    .dontShowMobileView {
        display: none !important;
    }

    .dontShowMobile {
        display: none;
    }

    .bbotonNone {
        border: none;
    }

    .px0Mobile {
        padding: 0px;
    }

    .likesAndView {
        justify-content: space-between !important;
        background-color: #f5f5f5;
        padding: 16px;
        margin-bottom: 0;
    }

    .payAmountsBtn {
        justify-content: inherit;
    }

    .payAmountsBtn button {
        padding: 8px 16px;
        background-color: #ffffff;
    }

    .paySettingOne h5 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .paySettingOne {
        margin-bottom: 24px;
    }

    .payCustomAmount h5 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .payField {
        display: inherit;
        margin-bottom: 24px;
    }

    .payField input {
        width: 100%;
        margin-bottom: 10px;
    }

    .payField label {
        font-size: 12px;
    }



    /* .totalDonateValue {
        gap: 4px !important;
        display: block !important;
    } */

    .totalDonateValue h6 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .payTheValue {
        margin-top: 24px;
    }

    .payTheValue button {
        padding: 10px 16px;
        font-size: 16px;
    }

    .header-text.container h1 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .event-banner .container {
        padding: 0 16px;
        margin-top: 0;
    }

    .show-date-part {
        margin-top: 0 !important;
        padding: 16px;
    }

    .show-date-part .start_date h3 img {
        width: 18px;
    }

    /* .donateAndPayPortal {
        background-color: #ffffff;
    } */

    .donateAndPay {
        padding: 0;
        border: none;
        padding-top: 8px;

    }

    .viewSide {
        font-weight: 500;
    }

    .likesIde {
        font-weight: 500;
    }

    .donationAndPurposes {
        padding: 0px 0px;
    }

    .donationCollections {
        padding: 0px 16px;
        padding-bottom: 30px;
        border: none;
    }

    .collectd {
        margin-bottom: 16px;
    }

    .collectd h4 {
        font-size: 30px;
        margin-bottom: 4px;
        line-height: 1.2;
    }

    .collectd p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .targeted h4 {
        font-size: 22px;
    }

    .targeted p {
        margin-bottom: 0;
    }

    .progress-container {
        width: 85px;
        height: 85px;
    }

    .donationAndTarget {
        padding: 30px 0px;
        padding-bottom: 0px;
    }

    .useDoners ul li img {
        width: 20px;
        height: 20px;
    }

    .viewAllDonor .viewDonor {
        padding: 0;
        margin: 0;
        border: none;
    }

    .useDoners {
        gap: 16px;
    }

    .dateAndDolor p {
        font-size: 10px;
        font-weight: 400;
    }

    .dPmone {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .dPmone h6 {
        font-size: 14px;
        margin-bottom: 0;
        text-align: right;
    }

    .dPmone span {
        font-size: 10px;
        font-weight: 400;
    }

    .dDesktop {
        display: none;
    }

    .lastDonations .lastDonorDtls .nameDonor {
        margin-bottom: 8px;
    }

    .orderOneDonations {
        padding: 0;
        /* margin-bottom: 16px; */
        margin-bottom: 0;
    }

    .deskTopNoneButtons {
        display: none;
    }

    .orderTwoDonations {
        background-color: #F5F5F5;
        padding: 0;
        padding: 16px;
        margin-bottom: 0px !important;
    }

    .donationInfos {
        display: none;
    }

    .dontShowMobile {
        display: none;
    }

    .mobileVersionDtls .accordion-item {
        margin-bottom: 16px;
    }

    .mobileVersionDtls button {
        font-size: 22px !important;
        font-weight: 600;
        color: #383838;
        padding-left: 15px;
        margin-top: 25px;
    }

    .mobileVersionDtls .accordion-body {
        padding: 16px;
        background: white !important;
    }

    .mobileVersionDtls .accordion-body .textColumnOne h6 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .mobileVersionDtls .accordion-body .textColumnOne p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mobileVersionDtls .accordion-body .updateBody {
        padding: 0px;
        box-shadow: none;
    }

    .mobileVersionDtls .accordion-body .updateBody h6 {
        margin-bottom: 16px;
        display: none;
    }

    .mobileVersionDtls .accordion-body .updateBy .updateMessage p {
        font-size: 18px;
        font-weight: 400;
    }

    .mobileVersionDtls .accordion-body .updateBy .updateMessage h6:first-child {
        margin-bottom: 8px !important;
    }

    .mobileVersionDtls .accordion-body .updateBy .updateMessage h6 {
        font-size: 18px;
        margin-bottom: 0 !important;
    }

    .mobileVersionDtls .accordion-body .updateBy {
        flex-direction: column;
        padding: 15px 0px !important;
    }

    .mobileVersionDtls .accordion-body .updateBy:first-child {
        padding-top: 0px !important;
    }

    .mobileVersionDtls .accordion-body .updateBy:last-child {
        border-bottom: none !important;
    }

    .mobileVersionDtls .reportDonationMobile a {
        font-size: 12px;
    }

    .mobileVersionDtls .reportDonationMobile a span {
        margin-right: 8px;
        font-size: 16px;
    }

    .mobileVersionDtls {
        display: block;
    }

    .relatedDonationsEvents {
        padding: 60px 0px;
    }

    .eventHeading h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .whyCards .textParts {
        padding: 16px 10px;
    }

    .whyCards .textParts h6 {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .whyCards .textParts p {
        font-size: 18px;
    }

    .relatedDonationsEvents .container {
        overflow: hidden;
    }

    .relatedDonationsEvents .whyCards {
        box-shadow: 4.95px 4.95px 10px 0px #9A98B233;
        border: none;
        border-radius: 4px;
    }

    .notShowDesktop {
        display: block;
    }

    .donation-stripe-wrapper {
        border: none;
    }

    .booking-ticket-sum-details {
        padding-top: 0px;
    }

    .transDtels h5 {
        font-size: 14px;
    }

    .ticketBookDtls h6 span {
        display: block !important;
    }

    .bottomGaps {
        display: block !important;
    }

    .accordion-button:not(.collapsed) {
        background: white;
    }

    .accordion-button:not(.collapsed):focus {
        box-shadow: none;
    }

    .updateBody {
        border: none;
    }

    .textColumnOne {
        margin-bottom: 30px;
    }

    .supportiveButtons .ordgDtail .locatIon button {
        display: none;
    }

    .supportiveButtons .ordgDtail .locatIon p {
        font-size: 17px;
    }

    .supportiveButtons .ordgDtail .locatIon img {
        width: 25px;
        margin-top: 5px;
    }

    .donationCollections .myDonations ul li span {
        font-size: 18px;
    }

    .donationCollections .myDonations ul li .fee {
        font-size: 20px;
    }

    .donationCollections .myDonations ul li .fee .text-small {
        font-size: 18px;
    }

    .donationCollections .myDonations ul li .fee .text-small a {
        font-size: 18px;
    }

    .lastDonations .lastDonorDtls .nameDonor h6 {
        font-size: 18px;
    }

    .lastDonations .lastDonorDtls .nameDonor p {
        font-size: 20px;
    }

    .relatedEvents .imageDiv .text .btn-donation {
        font-size: 18px;
    }

    .relatedEvents .imageDiv .text h6 {
        font-size: 22px;
    }

    .makeDonation {
        font-size: 20px;
    }

    .collectd h4 span {
        font-size: 22px;
    }

    .targeted h4 span {
        font-size: 22px;
    }

    .percentage-text {
        font-size: 24px;
    }

    .dateAndDolor h6 {
        font-size: 24px;
    }

    .donationCollections .myDonations ul li h6 {
        font-size: 20px;
    }
}