.fact-counter .count-outer .count-text {
  color: #ffffff;
  font-size: 24px;
}
.fact-counter.subproject-summary {
    display: flex;
    justify-content: space-around;    
    flex-wrap: wrap;
    gap: 16px;
}

.fact-counter .column .inner .icon-box {
  font-size: 28px;
  line-height: 69px;
  width: 69px;
  height: 69px;
  margin-bottom: 20px
}

.fact-counter .column {
  max-width: 180px;
}

.fact-counter .column .counter-title {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0px;
  overflow-wrap: break-word;
}

.fact-counter .column:hover .icon-box {
  color: #16a34a;
  border-color: #16a34a;
}


.tabs-wrapper {
  position: relative;
}

.tabs-wrapper .tw.tab-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.tabs-wrapper .tw.tab-btns .tab-btn {
  flex: 1;
  position: relative;
  color: #fafafa;
  font-size: 13px;  
  font-weight: 400;
  min-width: 200px;
  padding: 10px 24px;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 6px;
  background: #1f1f1f;
}

.tabs-wrapper .tw.tab-btns .tab-btn.active-btn {
  background: #16a34a;
}

.tabs-wrapper .tw.tabs-container .tab{
  position: relative;
  transition: all 0.3s ease;
  display: none;
}

.tabs-wrapper .tw.tabs-container .tab.active-tab{
  display: block;
}

.text-richtext{
  text-align: justify;
}

.sponsors-section .carousel-wrapper .owl-nav .owl-prev {
  left: -60px;
}

.sponsors-section .carousel-wrapper .owl-nav .owl-next {
  right: -60px;
}

.sub-categories-info-tabs .carousel-wrapper .owl-nav .owl-prev {
  left: -90px;
}

.sub-categories-info-tabs .carousel-wrapper .owl-nav .owl-next {
  right: -90px;
}


.fact-counter .column {
  margin-bottom: 0px;
}

.fact-counter .column:hover .count-text {
  color: #16a34a;
}

.subproject-info-tabs .prod-tabs .tab-btns .tab-btn {
  background-color: #1f1f1f;
  margin-right: 8px;
  color: #fff;
  font-weight: 600;
}

.subproject-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
  background-color: #16a34a;
}

.df-lightbox-wrapper{
  /* background-color: rgba(0,0,0,0.8); */
  background-color: unset;
}

.df-container.df-floating {
    transition: background-color 0.3s ease-in-out;
}

.df-container > .df-ui-next, 
.df-container > .df-ui-prev {
  opacity: .5;
  color: #fff;
}
.df-lightbox-close {
  color: #fff;
}


.df-container.df-loading::after {
  background-image: url('/assets/images/logo/bh_ani.gif');
  background-size: 54px;
}

.df-container .loading-info {
  background-color: unset;
  font-style: unset;
  border-radius: 0px;
  font-size: 16px;
  max-height: 30px;
  color: #1f1f1f;
  max-width: 200px;
}

.default-cause-box.publications .image-box-responsive ._df_thumb,
.financial-reports-slider .publication.image-box-responsive ._df_thumb,
.publication-slider .publication.image-box-responsive ._df_thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: unset;
}

.df-outline-item {
    color: red;
}

.footer-widget.partner-widget h2{
    margin-bottom:20px;
}

.main-footer.footer-style-two.footer-upper .footer-nav li a {
  font-weight: 600;
  line-height: 2.6;
}

/* .vcard-content-outside .content-inner  {
    --scrollbarBG: #fff;
    --thumbBG: green;
  }
  .vcard-content-outside .content-inner::-webkit-scrollbar {
    width: 8px;
  }
  .vcard-content-outside .content-inner  {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  .vcard-content-outside .content-inner::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  .vcard-content-outside .content-inner::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 4px;
    border: 3px solid var(--scrollbarBG);
  }  */

.cause-box-two.centered-team-box {
    display: flex;
    justify-content: center;
}

/* Card Wrapper */
.cause-box-two .v-card {
    max-width: 800px;
    display: flex;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Left Section */
.cause-box-two .vcard-left {
    width: 25%;
    min-width: 140px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Right Section */
.cause-box-two .vcard-right {
    width: 75%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

/* Image Block */
.cause-box-two .vcard-image {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Social Block */
.cause-box-two .vcard-social {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 10%;
    width: 100%;
}
.cause-box-two .vcard-social li {
    display: inline-block;
}

/* Name & Position */
.cause-box-two .vcard-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    margin: 0;
}
.cause-box-two .vcard-title .name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    color: #008037;
}
.cause-box-two .vcard-title .position {
    font-size: 14px;
}

/* Description */
.cause-box-two .vcard-description {
    overflow: auto;
    flex-grow: 1;
    text-align: justify;
    padding-right: 5px;
}

.event-post.media-coverage .image-box-responsive {
  height: 140px;
  overflow: hidden;
}


#geo-map{
    width: 100%;
    height: 70vh;
}

.coordinates-control {
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.legend {
    background: white;
    /* padding: 8px; */
    font-size: 13px;
    /* max-height: 300px; */
    /* overflow-y: auto; */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* .legend .row {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
} */

.legend input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}


.amcharts.yearly-donations .legend-div {
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e5e7eb;
    overflow-y: auto;

}
.amcharts.yearly-donations .legend-item {
    margin-bottom: 0.5rem;
    display: flex;
    line-height: 2.6;
    justify-content: space-between;
}
.amcharts.yearly-donations .legend-year {
    font-weight: bold;
}
.amcharts.yearly-donations .legend-amount {
    text-align: right;
    color: #16a34a;
}



    .donate-form form textarea{
        height:unset !important;
    }

    .donation-section .external-link-box .lower-content .text {
        position: relative;
        color: #777777;
        line-height: 2em;
        margin: 10px 0px;
        text-align: justify;
    }






.donation-section .form-column .d-none{
    display: none;
}

.donate-form span.has-error {
    color: #e66464;
    font-size: 11px;
    font-family: verdana;
}



    .donate-us-modal .panel {
        min-height: 450px; 
        height: 75vh;
        border: none;
    }

    .donate-us-modal .panel .panel-body {
        height: 100%;
    }

    .donate-us-modal .panel .panel-body .side-menu-item,
    .donate-us-modal .panel .panel-body .side-menu-item-detail {
        height: 100%;
        overflow: auto;        
    }

    .donate-us-modal .panel .panel-body .side-menu-item-detail .inner-box {
        height: 100%;
    }

    .donate-us-modal .side-menu-item .we-do-section{
        padding: unset;
    }
    .donate-us-modal .side-menu-item-detail .image-box-responsive{
        height: 320px;
    }
    .donate-us-modal .side-menu-item .we-do-section .service-style-two .inner{
        padding: 24px 12px;
        /* margin-bottom: 12px;         */
        background-color: unset;
        border-right: 4px solid transparent;
    }


    .donate-us-modal .side-menu-item .we-do-section .service-style-two .inner:hover{
        border-right: 4px solid #06d666;   
        background-color: unset;
        transition: unset;
    }

    .donate-us-modal .side-menu-item .we-do-section .service-style-two.active .inner{
        border-right: 4px solid #06d666;  
    }
    
    .donate-us-modal .side-menu-item .we-do-section .service-style-two.active .inner h3 a,
    .donate-us-modal .side-menu-item .we-do-section .service-style-two .inner:hover h3 a{
        color:#008037;   
    }

    .donate-us-modal .donation-section .form-column h2::after {
        content: none !important;
    }

    .donate-us-modal .form-column .separator {
            position: relative;
            width: 120px;
            height: 30px;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-bottom: 10px;
            background: url(/assets/images/icons/separator-one.png) center center no-repeat;
    }