/* 
    Name: Puteri Ledang
    By : Tombark Rumah Hijau & Biru
    Last update: 19/1/2021 (yeay)
    Hak Milik: Tombark Technology Sdn. Bhd. ()

*/

html,
body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    
}

input{
    font-size: 14px !important;
}




/* JD Colors css */
.jd-main-color-bg    {
    background-color: #F04653;
}
.jd-grey-color-bg {
    background-color: #FAFAFA;
}
.jd-light-color-bg {
    background-color: #FFBCC1;
}
.jd-black-color-bg {
    background-color: #000;
}
.jd-grey2-color-bg {
    background-color: #403E3E;
}
/* end JD Colors */

/* overwrite boostrap */
.text-muted-jd {
    color: #b9b7b8 !important;
}



.nav-link{
    font-size: 14px !important;
    color: #000 !important;
}
.nav-link .active a {

    color: #f04653 !important;
}


input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 13px;
    width: 13px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1' y1='11' x2='11' y2='1' stroke='LightGray' stroke-width='2'/%3e%3cline x1='1' y1='1' x2='11' y2='11' stroke='LightGray' stroke-width='2'/%3e%3c/svg%3e");
}

.form-control::-webkit-input-placeholder {
    color: #bbbbbb !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(253 13 13 / 25%) !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 13 68 / 6%) !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color:#F04653;
    border-color: rgb(253 13 13 / 25%) !important;
    box-shadow: 0 0 0 0.25rem rgb(253 13 68 / 10%) !important;
}
.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color:#F04653 !important;
    border-color: #f97882 !important;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem #f0465326 !important;
}

.navbar-collapse{
    justify-content: space-between !important;
}
@media (max-width: 992px) {
    .navbar-collapse{
         padding-top: 24px;
         height: 100vh;
         animation: slideInDown;
         /* referring directly to the animation's @keyframe declaration */
         animation-duration: 0.6s;
         /* don't forget to set a duration! */
         display: block;
         
    }
    .gap-mobile{
        margin-top: 32px;
    }
    .form-mobile{
        padding-bottom: 24px ;
        border-bottom: 1px solid #bbbbbb;
    }

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

}

.jd-hero h1{
    color: #fff !important;
}
.jd-hero h3{
    color: #fff !important;
    font-weight: 200 !important;
}

h1 {
    font-size: 3.209rem !important;
    font-weight: 700 !important;
}

h2{
font-weight: 600 !important;

}

h4{
    font-size: 1.333rem !important;
    color: #403E3E;
   
        font-weight: 300 !important;
        color: #000 !important;
}


/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0%) !important;
    border-color: rgb(0 0 0 / 0%) !important;
}
/**
 * Animate collapse into X.
 */

.btn-primary {
    color: #fff;
    background-color:#000037 !important;
    border-color: #f0465400 !important;
    border-radius: 8px !important;
     -webkit-appearance: none !important;
}

input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #4c4cdb !important;
    border-color: #4c4cdb !important;
}

.btn-outline-primary {
    color: #000037 !important;
    border-color: #000037 !important;
    border-radius: 8px !important;
}
.btn-outline-primary:hover {
   color: #fff !important;
   background-color: #4c4cdb !important;
   border-color: #000037 !important;
}
/* end overwrite */
/* Background Css */
.bg-grey{
    background-color:#FAFAFA;
}
.jd-shadow-1{
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
/* End Background Css */

.jd-stat-sub{
        font-size: 16px !important;
font-family: 'Poppins';
   color: #000;
    opacity: 0.6;
}

/* spacing css */
.jd-py-xl{
    padding: 54px 0px;
}
.jd-px-xl{
    padding: 0px 54px;
}
.jd-ptop-xl{
    padding-top: 54px;
}

.jd-pbtm-xl{
    padding-bottom: 54px;
}
.jd-ptop-sm{
    padding-top: 24px;
}
/* end spacing css */

/* Section css */
.usp-donate{
   box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  
  /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
}
.jd-main-details {
    padding-bottom: 100px !important;
}
.jd-main-details .card-cat {
    padding: 4px 0px !important;
}

.jd-main-details h2{
    color: #fff !important;
    
}
.jd-main-details .cat-box-mini {
    margin-right: 0px !important;
    font-size: 14px !important;
}
.jd-main-details .country-box-mini {
    color: #fff !important;
    font-size: 14px !important;
}
.jd-usp-section{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/bg/bg1-old.png);
    background-size: cover;
    color: #fff;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jd-cat-section{
    background-color: #FAFAFA;
}

.jd-mini-header {
    height: 200px;
}
.jd-sd-menu {
    /* background-color: #FAFAFA; */
    height: 100vh;
}

.card-campaign-title a{
     color: #000 !important;
    text-decoration: none !important;
    margin-top: 28px;
}
.listing-card .card-campaign-title{
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 28px;
}

.jd-hero {
       min-height: 600px;
        display: flex;
        justify-content: start;
        align-items: flex-start;
        padding-top: 200px;
        background:url("../img/banner/header-web.png");
        background-size: contain;
        object-fit: cover;
        background-repeat: no-repeat;
        width: 100vw;

}

@media(max-width:1600px){
   
.jd-hero {
    min-height: 500px;
   
    
}
}
@media(max-width:1366px){
   
    .jd-hero {
        min-height: 430px;
       
        
    }
    }

    @media(max-width:1110px){
   
        .jd-hero {
            min-height: 370px;
           
            
        }
        }
        @media(max-width:720px){
   
            .jd-hero {
                min-height: 450px;
                background:url("../img/banner/header-mobile.png");
                background-size: contain;
                background-repeat: no-repeat;
                
            }
            }
            @media(max-width:540px){
   
                .jd-hero {
                    min-height: 310px;
                    background:url("../img/banner/header-mobile.png");
                    background-size: contain;
                    background-repeat: no-repeat;
                    
                }
                }
                @media(max-width:400px){
   
                    .jd-hero {
                        min-height: 100%;
                        background:url("../img/banner/header-mobile.png");
                        background-size: contain;
                        background-repeat: no-repeat;
                        
                    }
                    }
                   
               
.seemore{
    color: #000037;
    font-size: 20px;
    text-decoration: none;
}

.card-img-top {
    object-fit: cover ;
}

footer a{
    color: #000 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.mobile-campaign-title{
    display: none !important;
}

@media all and (max-width:480px) {
.filter-wrapper{
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #fff;
    padding:16px 0px;
    height: 90px;
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
}
.filter-wrapper h4{
    font-size: 14px !important;
}
    .mobile-campaign-title{
        display: block;
    }



h1{
    font-size: 40px !important;
}

.jd-sub-title {
    font-size: 16px !important;
    color: #000;
    opacity: 0.6;
}
.seemore {
    display:none;

}

}
/* end section */

/* misc css */
.box{
    height: 30px;
    width: 30px;
    border-radius: 8px;
}
.nav-pills .nav-link.active{

    background-color: #f04653 !important;
    color: #fff !important;
}
.accordion-button:not(.collapsed) {
    color: #f04653 !important;
    background-color: #fafafa !important;
}
.accordion-button:focus {
    z-index: 3;
     color: #fff;
    
     border-color: rgb(253 13 13 / 25%) !important;
     box-shadow: 0 0 0 0.25rem rgb(253 13 68 / 10%) !important;
}
.accordion-button:focus {
    color: #000 !important;
}
    /* end misc css */


/* Jd component */
.cat-box{
    background-color: #fff;
    text-decoration: none !important;
    height: 156px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
    padding: 16px;
}
.main-cont{
    background-color: #fff;
    padding: 24px 16px !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-top: -40px;
    margin-bottom: 100px;
}

.main-cont .camp-progress {
    background-color: #fff;
    padding: 0px;
}

  .tabbable .nav-tabs {
      overflow-x: auto !important;
      overflow-y: hidden !important;
      flex-wrap: nowrap !important;
  }

  .tabbable .nav-tabs .nav-link {
      white-space: nowrap;
  }

.donee-info-tab{
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000000f;
    border-top: 1px solid #0000000f;
}
.donee-info-tab-mini {
    display: flex;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000000f;
    border-top: 1px solid #0000000f;
}
.label-jd{
    font-size: 13px;
    color: #000;
    opacity: 0.6;
}
.jd-info {
    font-size: 16px;
    font-weight: 600;
}
.cat-box span{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.category-title{
    margin-top: 8px;
    color:#F04653;
}
.contact-form{
    height: 700px;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
}
.input-group-text {
    background-color: #fdfdfd !important;
}

.card{
    border: none !important;
    position: relative;
    min-height: 400px;
}
.card-love{
    position: absolute;
    
    top: 4px;
    padding: 0px 8px;
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.card-love .love-box{
background-color: #fff;
border-radius: 100px;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
 display: flex;
 align-items: center;
 justify-content: center;
 height: 24px;
 width: 24px;
 fill: #F04653;
}
.btn-light{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    text-transform: uppercase;
    padding: 0px 8px !important;
    font-size: 13px !important  ;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.card-cat{
    padding: 4px 16px;
}
.cat-box-mini{
    color: #000037 !important; 
    font-size: 12px;
    letter-spacing: 1.6;
    border-right: 1px solid #bbbbbb;
    padding-right:  8px;
    margin-right: 6px;
    
}
.country-box-mini {
    color: #4f4f4f !important;
    font-size: 12px;
    padding-right: 8px;

}
.card-body{
    text-align: left !important;
    padding: 8px 0px !important;
    
    
    
}
.card-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    
}
.card-origin{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px;

}
.card-origin-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 0px;
    justify-content: flex-end   ;

}
.origin-text{
    font-size: 13px;
    margin-left: 8px;
    margin-right: 4px;
}
.camp-progress{
    
    background: #f8f8f8;
    padding: 16px;

}
.progress-label{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 4px;
    color: #4f4f4f;
    font-weight: 500;
}
.current-progress-label {
    color: #000;
}
.objective-progress{
    color: #b9b7b8;
}
.progress{
    background-color: #DFDFDF !important;
    height: 10px !important;
}
.progress-bar{
    background-color:  #FF9100 !important;
}
.progress-timer{
     display: flex;
     justify-content:space-between;
     font-size: 12px;
     margin-bottom: 4px;
      color: #000000;
     font-weight: 500;
     margin-top: 8px;
}
.card-btn{
    padding: 16px !important;
    display: flex;
    justify-content: center;
}
.campaign-title-details h3{
    font-size: 20px !important;
    font-weight: 400;
}
.camp-progress-mini{
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 8px;
}


.modal-secure{
    font-size: 13px;
    background-color: #F6F6F6;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
}
.modal-body{
    padding: 0px !important;
}
.form-donate{
    padding: 0px 24px;
    display: flex;
    text-align: left;
}
.btn-outline-secondary {
    width: 100% !important;
    margin: 8px 0px;
}
label{
        font-size: 14px !important;
}
.modal-footer{
    justify-content: space-between !important;
}
.total-donate{
    text-align: left;
}
.donate-total-text{
    font-size: 12px;
    
}
.donate-total-amount {
    font-size: 24px;
    color: #000;
    font-weight: 600 !important;
}
/* end jd component */