﻿/*Home Mobile Apps Start*/

.QM_gray-dark-color {
    color: #3C3C3C !important;
}
.QM_gray-dark-color:hover {
    color: #3C3C3C !important;
}
.margin-20-v {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-20-top {
    margin-top: 20px;
}
.padding-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.border-box {
    background: #FFF;
    border: 1px solid #D7DADF;
}
.rounded-24 {
    border-radius: 24px !important;
}
.font-16 {
    font-size: 16px;
}
.d-inline-block {
    display: inline-block;
}
#MainCampaigns {
    position: relative;
    width: 100%;
    height: 401px;
    overflow: hidden;
}

#MainCampaigns .owl-stage-outer {
    overflow: hidden;
}

#MainCampaigns .RamadanCampaign-SliderItems {
    width: 280px;
    height: 380px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
}

#MainCampaigns .RamadanCampaign-SliderItems img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    #MainCampaigns{
        height: 371px;
    }
    #MainCampaigns .RamadanCampaign-SliderItems {
        height: 350px;
    }
}

/*Home Mobile Apps End*/
.today-lircle-m {
    margin-right: 16px !important;
    margin-left: 0px !important;
}
.today-project-btn {
    background-color: transparent !important;
    border: none !important;
    border-right: 1px solid #D7DADF !important;
    border-left: none !important;
}
/*Home Donation Field Starts*/
.QM_line-clamp {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.QM_black-bg {
    background: #000;
    background-color: #000;
}
.rounded-12 {
    border-radius: 12px !important;
}
.rounded-32 {
    border-radius: 32px;
}
.font-12 {
    font-size: 12px;
}

@media (min-width: 768px) {
    .text-center-md {
        text-align: center !important;
    }
}
@media print {
    h1 {
        color: #000;
        background: none;
    }
}
.d-block {
    display: block;
}
.donations-field-container {
    height: 700px;
    background-position: center;
    background-size: cover;
    background-color: #000;
    z-index: 0;
}
#donation-field-image {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}
.donation-field-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: -0;
}
.donation-field-carousal {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 16px;
    margin-top: 20px;
    width: 80% !important;
    max-width: 680px;
    border-radius: 20px;
}
@media only screen and (max-width : 767px) {
    .donations-field-container {
        height: 550px;
    }
    .rounded-20-xs {
        border-radius: 20px !important;
    }
    .donation-field-carousal {
        -webkit-backdrop-filter: blur(10px);
        padding: 15px;
        margin-top: 0px;
        width: 100% !important;
        border-radius: 20px 20px 0 0 !important;
    }
    .margin-0-top-xs {
        margin-top: 0 !important;
    }
}
.donation-field-info{
    bottom:0 !important;
}
.donation-field-link{
    border: 1px solid #fff !important;
}
@media only screen and (min-width : 768px) {
    .donation-field-link-wrapper {
        position: absolute;
        bottom: 30px;
        right: 20px;
        left:auto;
    }
}

/*Home Donation Field Ends*/
/*Periodic Sadaqa styles Starts*/
.z-index-1 {
    z-index: 1;
}
.QM_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.margin-15-bottom {
    margin-bottom: 15px !important;
}
.padding-20-h {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.padding-10-right {
    padding-right: 10px !important;
}
.flex-column {
    flex-direction: column;
}
.gap-20{
    gap: 20px;
}
.periodic-sadaqa-home-container {
    background-color: #FFEEF1;
    border: 1px solid #E9BFC6;
}
.periodic-sadaqa-divider hr {
    border-top: 1px solid #E9BFC6 !important;
}
@media only screen and (max-width : 767px) {
    .periodic-sadaqa-home-container {
        border: none !important;
        padding-top:40px !important;
    }
    .periodic-sadaqa-bg {
        display: none;
    }
    .periodic-sadaqa-heading {
        flex-direction: column;
        justify-content: center;
        text-align: center !important;
        align-items:center !important;
        padding-top:20px !important;
    }
    .periodic-sadaqa-description {
        text-align: center !important;
    }
    .periodic-sadaqa-divider {
        display: none;
    }
}
@media only screen and (min-width : 768px) {
    .float-right-md {
        float: right !important;
    }
}
/*Periodic Sadaqa styles Ends*/
/*Owl Caroual Styles start*/
.owl-theme .owl-nav [class*='owl-'] {
    background: white;
    border-radius: 50%;
    margin: 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    display: block !important;
    border: 1px solid #2D2D2D !important;
    background: white !important;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

@media (min-width: 1360px) {
    .owl-prev {
        left: -80px;
    }

    .owl-next {
        right: -80px;
    }
}
.owl-prev i, .owl-next i,
.owl-prev span, .owl-next span {
    transform: scale(2);
    color: #2D2D2D;
    margin-right: 0;
    margin-left: 0;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
/*Owl Carousal styles end*/

/*Our Initiatives Styles Starts*/
.line-clamp-4 {
    -webkit-line-clamp: 4;
}
.margin-30-top {
    margin-top: 30px;
}
.margin-40-top {
    margin-top: 40px;
}
.padding-20-top {
    padding-top: 20px !important;
}
.padding-40-top {
    padding-top: 40px !important;
}
.font-20 {
    font-size: 20px;
}
@media only screen and (max-width : 767px) {
    .font-12-xs {
        font-size: 12px !important;
    }
}
@media only screen and (min-width : 992px) {
    #InitiativesDiv .owl-stage-outer {
        display: flex;
        justify-content: end;
    }
}

/*Our Initiatives Styles Ends*/
/*News section styles starts*/
.link-arrowed {
    display: inline-block;
}
.color-gray {
    color: #b4b4b4 !important;
}
.QM-News-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.max-height-350 {
    max-height: 350px;
    overflow: hidden;
}
.QM_inner-banner-news {
    width: 100%;
    height: 225px;
    object-fit: cover; 
    object-position: center;
    display: block;
}
.margin-30-v {
    margin-top: 30px;
    margin-bottom: 30px;
}
.padding-15-bottom {
    padding-bottom: 15px;
}
.gap-5 {
    gap: 5px;
}
.rounded {
    border-radius: 4px !important;
}
@media only screen and (max-width : 767px) {
    .font-14-xs {
        font-size: 14px !important;
    }
    .QM-News-img {
        width: 85px;
        height: 77px;
    }
}
@media print {
    .bg-white {
        background-color: #fff !important;
        background: #FFF !important;
    }
}

/*Quick Project Navigation Starts*/

.treand {
    background-color: transparent;
    top: 46px;
    position: absolute;
    z-index: 40;
    right: 0;
    left: 0;
}
@media only screen and (min-width : 768px) {
    .treand {
        top: 62px;
    }
}
@media only screen and (min-width : 1200px) {
    .treand {
        top: 94px;
    }
}

.today-project-btn span {
    line-height: 20px
}
.today-project-circle-m {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 3px;
    border-radius: 16px;
    border: 1px solid #f1f1f1;
}
#hdtb-sc {
    -webkit-user-select: none;
    display: block;
    overflow-y: hidden;
    padding: 8px 20px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
#hdtb-sc::-webkit-scrollbar {
    width: 0px;
    background: transparent; 
}
#hdtb-msb {
    display: -webkit-inline-box;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
#hdtb-msb .hdtb-imb, #hdtb-msb .hdtb-imb.hdtb-msel, #hdtb-msb .hdtb-imb > p, #hdtb-msb .hdtb-imb.hdtb-msel > p {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.hdtb-sc {
    -webkit-user-select: none;
    display: block;
    overflow-y: hidden;
    padding: 2px 0 5px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}
.hdtb-msb {
    display: -webkit-inline-box;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.hdtb-msb .hdtb-imb, .hdtb-msb .hdtb-imb.hdtb-msel, .hdtb-msb .hdtb-imb > p, .hdtb-msb .hdtb-imb.hdtb-msel > p {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.hdtb-msb::selection .hdtb-imb::selection, .hdtb-msb::selection .hdtb-imb::selection.hdtb-msel::selection {
    border-bottom: 2px solid #9F0B56;
    line-height: 40px;
    height: 50px;
}
.msd {
    visibility: inherit !important;
    overflow: hidden;
    height: 55px;
}
.msd.mobile-top-menu-msd {
    height: 80px;
}
#hdtb-msb::selection .hdtb-imb::selection, #hdtb-msb::selection .hdtb-imb::selection.hdtb-msel::selection {
    border-bottom: 2px solid #9F0B56;
    line-height: 40px;
    height: 50px;
}
#msd {
    visibility: inherit !important;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
msd::-webkit-scrollbar {
    display: none;
}
#msd.mobile-top-menu-msd {
    height: 130px;
}
.hdtb-mitem > a {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 8px;
}
.box {
    background: #FFF;
    -webkit-box-shadow: 0 0px 12px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 12px 0px rgba(0,0,0,.1);
    box-shadow: 0 2px 7px 2px rgba(0,0,0,.1);
}
.QM_ltr {
    direction: ltr;
}
.font-10 {
    font-size: 10px;
}
.QM_ellipsis-quick-projects {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:64px;
}
/*Quick Project Navigation Ends*/
/*Help Box starts*/
.help-box {
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 375px;
    height: 100vh;
    z-index: 10001;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 300ms;
    will-change: transform, opacity;
}
.help-box.open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    opacity: 1;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
}
@media only screen and (max-width: 575px) {
    .help-box {
        width: 100%;
        height: auto;
        max-height:80vh;
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        border-radius: 24px 24px 0 0;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 300ms;
        will-change: transform, opacity;
    }
    .help-box.open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .help-box,
    .help-box.open {
        transition: none;
    }
}
.help-box-close-btn {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 10px;
    left: auto;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
}
.help-box-close-btn:hover {
    color: #fff;
    background-color: #9F0B56;
}

/*Help Box Ends*/

/*Fast Donation Begins*/
.quick-donation-fab {
    position: fixed;
    z-index: 2;
    left: 0;
    right: auto;
    top: 50%;
    bottom:auto;
}
.quick-donation-button {
    width: 102px;
    height: 90px;
    color: #fff;
    background: linear-gradient(180deg, #B10C52, #830761);
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    gap:5px;
}
@media (max-width: 575px) {
    .quick-donation-fab {
        bottom:50px;
        top:auto;
        right:20px;
        left:auto;
    }
    .quick-donation-button{
        border-radius:50%;
        width:64px;
        height:64px;
    }
    .quick-donation-button img{
        width:32px;
    }
    .quick-donation-button span{
        display:none;
    }
}

#facebox {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0px;
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    box-shadow: 0 0 18px rgba(0,0,0,0.4);
}
.facebox_overlayBG{
    z-index:100 !important;
    background-color: #000;
}
#facebox > .popupf,
#facebox > .popupf > .content1 {
  height: 100%;
  min-height: 0; 
}
.min-height-0{
    min-height:0;
}
.min-height-100{
    min-height:100%;
}
.quick-donation-dialog {
    background-color: #F8FAFB !important;
}
.quick-donation-dialog header {
    background-color: #F8FAFB !important;
}
.quick-donation-dialog header,
.quick-donation-dialog .icon-container {
  flex: 0 0 auto;
}
.quick-donation-dialog .tab-content {
  flex: 1 1 auto; 
  min-height: 0;   
  overflow: auto;  
}
@media only screen and (min-width : 768px) {
    #facebox {
        width: 375px;
        height: 100vh;
        border-radius: 0;
    }
/*    .quick-donation-dialog {
        height: max-content;
        transform: translate(-50%, -50%);
        border-radius: 20px !important;
        min-height: 500px;
    }*/
}
.quick-donation-dialog .close {
    margin: 0px;
    color: #000;
    background-color: #F8FAFB !important;
    font-size: 40px;
    top: 14px !important;
    left: 10px !important;
    right: auto;
}
@media only screen and (min-width : 768px) {
    .quick-donation-dialog .close {
        top: 8px !important;
    }
}
.quick-donation-dialog .popupf {
    -webkit-box-shadow: none !important;
}
.bg-white {
    background-color: #FFFFFF;
}
.fast-donation-tabs {
    border: 1px solid #DADCE0;
    background-color: #FFFFFF;
    border-radius: 12px; 
    padding: 8px; 
    margin: 0;
    display: flex; 
    align-items: stretch;
    overflow: hidden; 
}
.fast-donation-tabs > li {
    float: none !important; 
    width: 50%;
    text-align: center;
    list-style: none;
}
.fast-donation-tabs > li > a.fast-donation-tab-link {
    border: 0 !important;
    margin: 0 !important;
    border-radius: 10px;
    display: block;
    padding: 8px;
    line-height: 2;
    color: #0F172A; 
    background: #ffffff;
    font-weight: 600; 
    font-size: 14px; 
    text-decoration: none;
    box-shadow: none !important;
}
.fast-donation-tabs > li.active > a.fast-donation-tab-link,
.fast-donation-tabs > li > a.fast-donation-tab-link[aria-selected="true"] {
    background: #00355F;
    color: #FFFFFF;
}
.fast-donation-tabs > li > a.fast-donation-tab-link:hover {
    text-decoration: none;
    color: #0B3A5A;
}
.fast-donation-tabs > li.active > a.fast-donation-tab-link:hover {
    background: #0A334E; 
    color: #FFFFFF;
}
.fast-donation-tabs.col-xs-12 {
    width: 100%;
}
/*.quick-donation-dialog .icon-container {
    background-color: #F8FAFB;
    border-bottom: 1px solid #EDEDED;
}*/
.periodic-carousal .owl-stage, .donation-field-carousal .owl-stage {
    display: flex;
    width: 100% !important;
}
.periodic-carousal .owl-item, .donation-field-carousal .owl-item {
    flex: 1 1 auto;
}
.period-item, .smart-assistant-primary-donations-type, .smart-assistant-secondary-donations-type, .donation-field-title {
    padding: 10px 16px;
    text-align: center;
    white-space: nowrap;
    border-radius: 12px;
    background: #ffffff;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #C2C5CB;
}
.periodic-carousal.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.donation-field-carousal.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.period-item.active, .donation-field-title.active {
    background: #9F0B56;
    color: #fff;
    border: none;
}
.quick-donation-dialog .gift-toggle-container .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}
.quick-donation-dialog .gift-toggle-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.quick-donation-dialog .gift-toggle-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.quick-donation-dialog .gift-toggle-container .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: -2px;
    background-color: white;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,.1);
    -webkit-transition: .4s;
    transition: .4s;
}
.quick-donation-dialog .gift-toggle-container input:checked + .slider {
    background-color: #9F0B56;
}
.quick-donation-dialog .gift-toggle-container input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.quick-donation-dialog .gift-toggle-container input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.quick-donation-dialog .gift-toggle-container .slider.round {
    border-radius: 34px;
}
.quick-donation-dialog .gift-toggle-container .slider.round:before {
    border-radius: 50%;

}
.quick-donation-dialog .tab-content .active {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
}
.quick-donation-dialog .single-donation-img, .quick-donation-dialog .periodic-donation-img {
    height: 120px !important;
}
.margin-12-bottom {
    margin-bottom: 12px !important;
}
.margin-25-bottom {
    margin-bottom: 25px !important;
}

.quick-donation-dialog .share-fast-donation {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 14px;
    right: 15px;
    left: auto;
    z-index: 9999;
}
.quick-donation-dialog .specialized-descripion-single {
    display: none;
}
.ultimate-btn .btn-personal-label {
    position: absolute;
    top: -10px;
    padding: 4px !important;
    margin: 0px;
    right: 0;
    left: 0;
    background: #FDB933;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
}
/*current campaigns*/
.event:before {
    top: 5px;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    right: 5px;
    position: absolute;
}
.event:after {
    display: none;
    visibility: hidden;
    content: none;
    background: none;
}
@media only screen and (max-width: 575px) {
    .event:before {
        background-size: 14px !important;
        width: 14px;
        height: 14px;
    }
}
.RamadanCampaign-SliderItems {
    background-blend-mode: multiply;
    height: 350px;
}
#GoToRamadanCampaigns {
    min-height: 401px;
}
@media only screen and (min-width : 992px) {
    .RamadanCampaign-SliderItems {
        height: 380px;
    }
    #GoToRamadanCampaigns{
        min-height: 371px;
    }
}
.top-0 {
    top: 0 !important;
}
.position-relative {
    position: relative !important;
}
.QM_absolute-position, .position-absolute {
    position: absolute !important;
}
.controls {
    margin-top: 20px;
}
.left-0 {
    left: 0;
}
.margin-5-v {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.rounded-14 {
    border-radius: 14px !important;
}
.rounded-20 {
    border-radius: 20px !important;
}
#event {
    background: url(/assets/images/bg-1.jpg);
    background-size: cover;
    position: relative;
}
.d-inline-flex {
    display: inline-flex;
}
.align-items-end {
    align-items: end;
}
@media (min-width: 1200px) {
    .text-center-lg {
        text-align: center !important;
    }
}
#MainCampaigns .campaign-img-bg {
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%);
    z-index: -1;
}
#MainCampaigns .campaign-js-video-button {
    height: 56px;
    background-color: rgba(255, 255, 255, .7);
}
.top-20{
    top: 20px;
}
#GoToRamadanCampaigns .owl-carousel .owl-nav .owl-prev, #GoToRamadanCampaigns .owl-carousel .owl-nav .owl-next{
    width: 48px !important;
    height: 48px !important;
}
#GoToRamadanCampaigns .owl-carousel .owl-nav .owl-prev {
    left: 20px !important;
    right: auto !important;
}
#GoToRamadanCampaigns .owl-carousel .owl-nav .owl-next {
    right: 20px !important;
    left: auto !important;
}
/*Super campaigns*/
.line-clamp-1 {
    -webkit-line-clamp: 1;
}
svg {
    vertical-align: middle;
    fill: inherit;
}
.QM_relative-position {
    position: relative !important;
}
.padding-30-v {
    padding-bottom: 30px;
    padding-top: 30px;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
@media only screen and (max-width : 767px) {
    .rounded-0-xs {
        border-radius: 0px !important;
    }

    .font-10-xs {
        font-size: 10px !important;
    }
}
.countryImg {
    width: 24px !important;
    border-radius: 4px;
}

.owl-carousel .owl-item img, .owl-carousel .owl-item img {
    display: inline !important;
}
.text-white {
    color: #FFFFFF !important;
}

.super-campaign-section #ActivitiesDiv {
    margin-top: 40px;
}

.super-campaign-section #super-campaign-container {
    background-position: right !important;
    height: 425px;
    position: relative;
    overflow: hidden;
}
.super-campaign-section #snowfall-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.8;
}

.super-campaign-section .activities-cards {
    padding: 8px;
    width: 160px !important;
    flex: 0 0 auto;
}

.super-campaign-section .activities-cards-img {
    height: 104px;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px;
    position: relative;
}

.super-campaign-section .help-text {
    color: #DE480E;
}

.super-campaign-section .countryImg {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
}

.super-campaign-section .single-cart {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px #00000040;
    border-radius: 50%;
    cursor: pointer;
}

.super-campaign-section .multiple-add-cart {
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px #00000040;
    border-radius: 9999px;
    padding-right: 8px;
    padding-left: 8px;
}

.super-campaign-section .activities-cards-cart {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.super-campaign-section .activities-cards-content {
    padding-right: 4px;
    padding-left: 4px;
}

.super-campaign-section .people-count {
    width: 48px;
}

.super-campaign-section .DefaultPlusIcon, .super-campaign-section .DeleteIcon, .super-campaign-section .DefaultMinusIcon {
    cursor: pointer;
}
.padding-top-super-link{
    padding-top:5px;
}
@media (max-width: 767px) {
    .super-campaign-section .activities-cards {
        padding: 4px;
        width: 124px !important;
        flex: 0 0 auto;
    }
    .super-campaign-section .activities-cards-img {
        margin-bottom: 6px;
    }
    .super-campaign-section .people-count {
        width: 32px;
    }
    .justify-content-between-xs {
        justify-content: space-between;
    }
    .padding-top-0-xs {
        padding-top: 0 !important;
    }
}

.super-campaign-section .padding-3-h {
    margin-right: 3px;
    margin-left: 3px;
}

.super-campaign-section .activities-cards-cart img {
    width: 24px !important;
}

/*Smart Assistant*/
.smart-chat-open-btn{
    position: fixed;
    z-index:2;
    bottom:50px;
    border:none;
    background-color:transparent;
}
#SmartAssistancePopupBox {
    right: auto !important;
    left: 0 !important;
    transform: translateX(0) !important;
    overflow: hidden !important;
}
@media only screen and (max-width: 575px) {
    #SmartAssistancePopupBox {
        height: 80vh !important;
    }
}
#SmartAssistancePopupBox header {
    position: sticky;
    top: 0;
    z-index:10;
    background-color: #9F0B56;
    height: 56px;
    color: #fff;
}
.smart-assistant-close-btn, .smart-assistant-history-btn, .smart-assistant-back-btn {
    border: none;
    background-color: transparent;
    font-size: 32px;
}
.smart-assistant-content {
    height: calc(100% - 56px);
    overflow-y:auto;
}
.smart-assistant-chat-area {
    height: calc(100% - 86px);
    overflow-y: auto;
}
.smart-assistant-history-area {
    height: calc(100% - 56px);
    overflow-y: auto;
}
.textarea-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}
#SmartAssistancePopupBox #smart-search-input-primary, #SmartAssistancePopupBox #smart-search-input-chat {
    width: 100%;
    min-height: 80px;
    padding: 24px 20px 16px 24px;
    border-radius: 24px;
    border: 1px solid #ddd;
    font-size: 16px;
    resize: none;
    outline: none;
    box-sizing: border-box;
}
#SmartAssistancePopupBox #smart-search-input-primary:focus {
    border-color: #8c1d40;
}
#SmartAssistancePopupBox .smart-search-btn-primary {
    position: absolute;
    right: 25px;
    bottom:15px;
    left: auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: #9F0B56;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
#SmartAssistancePopupBox .smart-search-btn-primary:hover {
    opacity: 0.9;
}
.smart-assistant-primary-donations-type, .smart-assistant-secondary-donations-type {
    font-weight: 400 !important;
}
.smart-assistant-primary-donations-type:hover{
    background: #9F0B56;
    color: #fff;
    border:none;
}
.smart-assistant-secondary-donations-type:hover{
    background: #9F0B56;
    color: #fff;
    border:none;
}
.gap-10{
    gap:10px;
}
.smart-assistant-content .suggestion-box {
    background-color: #F2F3F3;
    border-radius:16px;
}
.font-black{
    color: #000 !important;
}
.chat-sidebar{
    height: 100%;
    padding-bottom:140px;
    overflow-y:auto;
}
.chat-body {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
}
.message {
    margin-bottom: 16px;
    max-width: 90%;
}
.message.user {
        margin-left: auto;
        background: #F2F6F9;
        color: #000;
        padding: 10px 14px;
        border-radius: 16px 16px 4px 16px;
        font-size: 14px;
    }

    .message.assistant {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        padding: 14px;
        border-radius: 16px 16px 16px 4px;
    }

.assistant-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.assistant-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.assistant-list {
    padding-left: 0px;
    margin: 0;
}

    .assistant-list li {
        font-size: 14px;
        color: #333;
        margin-bottom: 6px;
        list-style:none;
    }
        .assistant-list > li > a {
            padding: 12px 8px;
            width: fit-content;
            background-color: #FBF2F7;
            border-radius: 8px;
        }   

.chat-bottom-input-area{
    position: fixed !important;
    bottom: 0 !important;
    background-color: #fff !important;
    width: 100%;
    padding-top:10px;
}
.margin-5-bottom{
    margin-bottom: 5px;
}
#clearAllHistoryBtn, .clear-history-item {
    background-color: transparent;
    border: none;
}
.history-item {
    padding: 12px 16px;
    background-color: #F9F9F9;
    margin-bottom: 12px;
}
#smart-search-input-primary::-webkit-scrollbar {
    display: none;
}
#smart-search-input-chat::-webkit-scrollbar {
    display: none;
}
#smart-search-input-primary, #smart-search-input-chat {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.history-list .history-item {
    cursor: pointer;
}
/*Main banner Home Page*/
.main-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    /*background-image: linear-gradient(to bottom, rgba(111, 93, 35, 0.1), rgba(250, 233, 178, 0.4)), url("/assets/images/home-banner-bg.webp");*/
    background-image: linear-gradient(to bottom, rgba(111, 93, 35, 0.1), rgba(250, 233, 178, 0.4));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
}
.QM_padding-section-home {
    padding: 55px 0;
}
@media only screen and (min-width: 992px) {
    .QM_padding-section-home {
        padding: 95px 0;
    }
}
/*Ramadan Donations*/
@media only screen and (max-width : 575px) {
    .margin-20-top-xs {
        margin-top: 20px !important;
    }
    .ramadan-donation-bg {
        display: none !important;
    }
}
@media only screen and (min-width: 576px) {
    .ramadan-donation-bg {
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        right: 0;
    }
}
.ramadan-donation-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.ramadan-donation-link .fa {
    background-color: #ffffff;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 12px;
    color: #000 !important;
}
.ramadan_vector {
    position: absolute;
    top: 20px;
    left: auto;
    right:0;
    z-index: 0;
}
#AppsDiv {
    display: flex !important;
    justify-content: center !important;
    overflow: hidden;
}

.our-app-wrapper {
    border-bottom: 1px solid #DADADA;
}
@media only screen and (max-width: 576px) {
    .our-app-wrapper {
        padding-bottom:300px;
    }
}
@media only screen and (max-width: 400px) {
    .our-app-wrapper {
        padding-bottom: 50px;
    }
}

/*Oour App*/
.our-app-home-container {
    background: url(/assets/images/Backgrounds/our_app_bg_mobile.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 900px;
}
.our-app-content{
    bottom:20px;
    z-index:1;
}
@media only screen and (min-width: 576px) {
    .our-app-home-container {
        background: url(/assets/images/Backgrounds/our_app_bg_desktop.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        height: 1000px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
    .our-app-home-container {
        height: 1200px;
    }
}