/* 
    Black Color: #101010;
    Red Color: #f31816;
    Green Color: #b4ca68;
    Gray Color: #f5f5f5;
*/
.cmn-details-wrapper .sticky-top{
    top: 84px;
    z-index: 9;
}
.cmn-details-page{
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #ffffff;
    min-height: 550px;
    display: flex;
    align-items: center;
}
.cmn-details-page:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.cmn-details-page .container{
    position: relative;
    z-index: 1;
}
.campaign-details-slider .slider-items{
    border-radius: 8px;
    overflow: hidden;
}
.campaign-details-slider .slider-items img{
    min-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.prod-proj-upd-cta{
    background-color: rgba(180, 202, 104, 0.20);
}
.prod-proj-upd-cta hr{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.details-tab-content{
    padding: 30px 15px;
}
.details-tab-content .campaign-desc img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.prod-proj-upd-cta .sticky-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
}
.prod-proj-upd-cta .sticky-nav li{
    margin: 0;
    width: 100%;
}
.prod-proj-upd-cta .sticky-nav li span{
    padding: 12px 15px;
    display: block;
    cursor: pointer;
    background-color: #b4ca68;
    border-top: 3px solid #b4ca68;
    border-left: 1px solid #f0f4e1;
    border-right: 1px solid #f0f4e1;
    transition: all 0.3s;
    font-weight: 600;
}
.prod-proj-upd-cta .sticky-nav li.active span{
    background-color: #f0f4e1;
}
.prod-proj-upd-cta .slick-slider .slick-arrow.slick-prev{
    left:1%;
}
.prod-proj-upd-cta .slick-slider .slick-arrow.slick-next{
    right:1%;
}
.products-slider .prod-slider-items, .update-slider .update-slider-items{
    padding:5px;
}
.products-slider .prod-slider-items img, .update-slider .update-slider-items img{
    object-fit: cover;
    object-position: center;
    min-height: 210px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.cmn-donor-tab .nav{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
}
.cmn-donor-tab .nav li{
    margin: 0;
    border-radius: 8px;
    background-color: #f0f4e1;
}
.cmn-donor-tab .nav li:first-child{
    border-radius: 8px 0 0 8px;
}
.cmn-donor-tab .nav li:last-child{
    border-radius: 0 8px 8px 0;
}
.cmn-donor-tab .nav li .nav-link{
    border-radius: 8px;
    border: none;
    padding: 10px 15px;
    margin: 0;
    color: #101010;
}
.cmn-donor-tab .nav li .nav-link.active{
    background-color: #b4ca68;
    color: #101010;
}
.cmn-donor-tab .tab-content{
    border-radius: 8px;
    background-color: #f5f5f5;
    margin-top: 15px;
}
.cmn-donor-tab .media{
    background-color: #b4ca68;
    border-radius: 5px;
    padding: 10px;
    margin: 0 5px;
    height: 100%;
    align-items: center;
}
.cmn-donor-tab .media .thumb-img{
    max-width: 70px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.cmn-donor-tab .media .media-body h6{
    margin-bottom: 2px;
}
.cmn-sidebar .payment-option .pay-upi {
    text-align: center;
    margin-right: 20px;
}
.cmn-sidebar .payment-option .pay-upi:last-child {
    margin-right: 0;
}
.cmn-sidebar .payment-option .pay-upi small {
    display: block;
    margin-top: 5px;
}
.sidebar-header {
    padding: 15px;
    background-color: #dee2e6;
    border-radius: 5px 5px 0 0;
}
.sidebar-header h4 {
    margin: 0;
}
.sidebar-donate-monthly{
    background-color: rgba(180, 202, 104, 0.20);
    text-align: center;
}
.campaign-titile {
    padding: 15px;
    background-color: #f0f4e1;
    border-radius: 5px;
}
.qty-container {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 5px;
}
.qty-container .form-control{
    height: 32px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.qty-container .btn{
    margin: 0 3px;
}
.details-tab-content .slider-col .cmn-card .qty-container-wraper strong{
    font-size: 12px;
}
.multiselect-native-select {
    width: 100%;
    display: block;
}
.multiselect-native-select .btn-group{
    width: 100%;
    display: block;
}
.multiselect-native-select .btn-group .dropdown-toggle{
    width: 100%;
    display: block;
    text-align: left !important;
}
.multiselect-container {
    width: 100%;
}
.multiselect-container .multiselect-option {
    padding: 10px;
}
.multiselect-container .multiselect-option.active, .multiselect-container .multiselect-option:hover{
    background-color: rgba(180, 202, 104, 0.50) !important;
}
.input-group .amounterror{
    display: block;
    width: 100%;
}
.slider-col .cmn-card .cards-footer.qty-container-wraper{
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (max-width: 992.98px) {
    .cmn-details-page{
        min-height: 350px;
    }
    .details-tab-content{
        padding: 15px;
    }
    .cmn-details-wrapper .sticky-top{
        top: 75px;
    }
    .details-tab-content table{
        font-size: 12px;
    }
    .campaign-details-slider .slider-items img{
        min-height: auto;
    }
    .mob-fixed-btn{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        padding: 10px 5px;
        z-index: 11;
    } 
}
@media screen and (min-width: 992.98px) {
    .cmn-details-wrapper .sticky-top.cmn-sidebar{
        top: 15px;
    }
}



/* Code added for story page  */
.readmorebuttonwrapper {
    display: flex;
    justify-content: center;
    margin-top: -216px;
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 70%);
    align-items: flex-end;
    height: 200px;
    padding: 10px 0;
}
.readmorebuttonwrapper .read-more {
    background: none;
    border: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: underline;
    cursor: pointer;
    color: #f31816;
}

#readmorebuttonwrapper .read-more {
    background: none;
    border: none;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}

.campaign-details-sec-wrap {
    margin-block: 24px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 0;
}
.campaign-details-sec-wrap .campaign-details {
    background-color: #f0f4e1;
    border-radius: 5px 5px 0 0;
    border:0 solid #e1e3e6;
/*    box-shadow: 0 4px 8px 0 #e1e3e6;*/
    display: flex;
    width: 100%;
}
.campaign-details-sec-wrap .campaign-details .campaigner-sec {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 5px 15px;
    border-right: 1px solid #e1e3e6;
    margin: 10px 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.campaign-details-sec-wrap .campaigner-image {
    width: 24px;
    height: 24px;
    background-image: url(../images/hospital-sprite.png);
    background-position: -88px;
    background-size: 156px;
}
.campaign-details-sec-wrap p {
    margin: 0;
}
.campaign-details-sec-wrap .campaigner-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
}
.campaign-details-sec-wrap .campaigner-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    color: #000;
}
.campaign-details-sec-wrap .campaigner-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
.campaign-details-sec-wrap .campaign-details .benefeciary-sec {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.img-cont-40 {
    margin-top: auto;
}
.benefeciary-sec .w-100 {
    margin-bottom: auto;
}
.campaign-details-sec-wrap .beneficiary-image {
    width: 24px;
    height: 24px;
    background-image: url(../images/hospital-sprite.png);
    background-position: -157px;
    background-size: 156px;
}
.campaign-details-sec-wrap .hospital-sec {
    display: flex;
    gap: 8px;
    padding: 13px 16px;
    flex-direction: column;
    align-items: center; /* This will center children horizontally */
}
.img-cont-24 {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign-details-sec-wrap .hospital-image {
    width: 24px;
    height: 24px;
    background-image: url(../images/hospital-sprite.png);
    background-position: -201px;
    background-size: 156px;
}

#readmorebuttonwrapper
{
    margin-top: -50px !important;
    height: 70px !important;
    background: none;
}
.campaign-details-sec-wrap .hospital-sec .hospitaltextwrapper{
    text-align: center;
}

@media (max-width:575px) {
    .readmorebuttonwrapper {
        margin-top: -46px;
        height: 100px;
    }
}
