::-webkit-input-placeholder { /* Edge */
    font-family: montserrat-regular !important;  
    color: #AAAAAA !important;
    font-size:12px;
}
:-ms-input-placeholder { /* Internet Explorer */
    font-family: montserrat-regular !important;  
    color: #AAAAAA !important;
    font-size:12px;
}

.SearchHomeInput::-moz-placeholder {
    font-family: montserrat-regular !important;  
    font-size:12px;
}

::placeholder {
    font-family: montserrat-regular !important;  
    color: #AAAAAA !important;
    font-size:12px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #00c84c4d;
}
main.container {
    background-color: #ffffff !important;
}

.title-rowcut {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title-rowcut-dec-news{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.invalid{
    border: 0.1rem solid red !important;
}
.invalid:focus{
    box-shadow: 0 0 0 0.06rem #f00 !important;
}
.valid{
    border: 0.1rem solid #30c84b6b  !important;
}
.valid:focus{
    box-shadow: 0 0 0 0.06rem #00c84 !important;
}
.profil {
    border-radius: 50%;
    width: 70% !important;
    min-height: 63px;
    min-width: 63px;
    max-height: 130px;
    max-width: 130px;
}

.font_list {
    font-size: 13px;
    color: #666666;
    margin-bottom: 5px;
}

.border-right{
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}
.border-left{
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}
.badge-new {
    color: #75e9c7!important;
    background-color: #fff!important;
    padding: 0.5em 0.5em;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-left:0.5em;
}
.title-new{
    padding-bottom:0.5em;
}

.new{

    position: relative;
    animation-name: scale;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}


@keyframes scale {
    0% { transform: scale(1); }
    25% { transform: scale(0.95); }
    50% { transform: scale(1); }
    75% { transform: scale(0.95); }
    100% { transform: scale(1); }

}


.glow-on-hover {
    /*width: 220px;*/
    /*height: 50px;*/
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(45deg, #519c88, #d03122);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #53ad94, #ff7300, #fffb00, #48ff00, #00ffd5, #c27917, #55ad94, #0058ff, #fcbd55);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(190deg, #fcc056, #44a488);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.avatar-circle {
    border-radius: 50%;
    object-fit: cover;
    width: 4rem!important;
    height: 4rem;
}

.owl-dots{
    margin-top:-25px; 
    position: fixed;
}

.wrapper-campaign{
    /* margin-top: 17px; */
    width: 100%;
    display: flex;
    overflow-x: scroll;
     /* -ms-overflow-style: none;   */
     /* IE and Edge */
    /* scrollbar-width: none;   */
    /* Firefox */

}

.card-camp{
    margin-right: 16px;
    min-width: 280px;
    max-width: 310px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 22px;

}
.card-camp:first-child{
    margin-left: 5px;
}

.card-header-camp{
    height: 141px;
}

.card-header-camp-pilihan{
    height: 99px;
}

.thumb{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.card-body-camp{
    min-height: 309px;
    padding: 16px;
} 

.category{ 
    font-family: montserrat-regular !important;
    background: #F2F2F2;
    color: #828282;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    width: fit-content;
    padding: 4px 16px;

}

.camp-title{
    margin-top: 8px;
    color: #333333;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 21px;
    font-family: montserrat-bold !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 35px; 
}

.desc{
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 20px;
    font-family: montserrat-regular !important;
    /* min-height: 55px; */
    overflow:hidden ;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.box-total{
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

.box-total2{
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nominal{
    font-family: montserrat-bold !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    color: #35927A;
    margin-top: -4px;
}
.target{
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    /* margin: auto 4px; */
    color:#9B9B9B;
}
.left-day{
    /* margin-top: 8px; */
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #BDBDBD;
}
.donasi{
    margin-top: 16px;
    background: #23B570;
    border-radius: 8px;
    font-family: Silka;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 100%;
    padding: 15px;
    width: 100%;
    color: #ffff;
    outline: none;
    border: none;
}

.progress{
    /* background: #35927A; */
    height: 10px;
    border-radius: 6px;
}

.item-list{
    display: flex;
    flex-direction: row;
    padding: 17px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
} 
.thumb-list{
    width: 50%;
    max-width: 180px;
    height: 101px;
    border-radius: 8px;
    object-fit: cover;
}
.info-camp{
    margin-left: 16px;
    width: 100%;
}
.title-list-camp{
    font-family: montserrat-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 0.7em;
    line-height: 18px;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
    overflow: hidden;
    color: #4F4F4F;
}
.user{
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #4B4B4B;
    margin: 4px 0px;
}
.verif{
    background: #23B570;
    margin-left: 4px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-list-camp{
    height: 4px;
}
.collected-text{
    margin-top: 4px;
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #828282;
    height: 15px;
}
.collected{
    display: flex;
    height: 17px;
}
.nominal-list{
    font-family: montserrat-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #333333;
    white-space: nowrap;

}
.left-day-list{
    margin-left: auto;
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #A5A5A5;
    white-space: nowrap;
}

.gambar-impact {
    opacity: 1;
}

@media only screen and (max-width: 408px) {
  .thumb-list {
    width: 48%;
    /* height: auto; */
  }
  .nominal-list{
      font-size: 8px;
  }
  .left-day-list{
    font-size: 8px;
  }
  .info-camp {
      margin-left: 8px;
  }
  .target{
    font-size: 10px;
    line-height: 12px;
  }

}
@media only screen and (max-width: 280px) {
    .collected{
        height: 0px;
        flex-wrap: wrap;
    }
    .target{
        font-size: 8px;
        line-height: 12px;
    }
}
.mysearch button:hover{
   color: #828282 !important;
}

.box-seacrh{
    display: flex;
    align-items: center;
}
.logo{
    width: 35px !important;
    height: 35px !important;
}
.search{
    width: 100%;
}
.mysearch input:focus,.mysearch button:focus{
    outline: 0 !important;
    box-shadow: none !important;;
}
.img-category{
    border-radius: 50%;
}
.img-category-active{
    border: 2px solid #35927A;
}

.box-slider{
    display: flex;
    width: 100%;
    overflow-x: scroll;
    /* -ms-overflow-style: none;   */
    /* IE and Edge */
    /* scrollbar-width: none;   */
    /* Firefox */
}

.box-slider2{
    /* display: flex; */
    width: 100%;
    /* overflow-x: scroll; */
    /* -ms-overflow-style: none;   */
    /* IE and Edge */
    /* scrollbar-width: none;   */
    /* Firefox */
}

/* .box-slider::-webkit-scrollbar,.wrapper-campaign::-webkit-scrollbar {
  display: none;
} */

.pilihan-card{ 
    width: 230px;
    min-width: 200px;
    margin-left: 16px;
    margin-top: 1px;
    border-radius: 8px;
}
.lihat-semua{
    height: 278px;
    width: 88px !important;
    min-width: 88px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.16), 0 1px 3px rgba(0,0,0,0.23);*/
}

.box-icon{
    display: flex;
    height: 48px;
    width: 48px;
    border: 2px solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #23B570;
    font-size: 22px;
}
.box-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-lihat-semua{
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: #23B570;
    font-family: montserrat-semibold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;

}

.Cerita-Mereka .card ,.Impact .card{
    margin-right: 16px;
    min-width: 280px;
    max-width: 310px;
    width: 100%;
}

.Cerita-Mereka .card:first-child,.Impact .card:first-child { 
    margin-left: 5px;
}

.campaign-poster{
    width: 122px;
    height: 122px;
    margin-right: 16px;
}

.banner-event {
    width: 100%;
    min-width: 100%;
    margin-right: 16px;
    /* height: 120px; */
}