.btn-w-auto{
    width: auto;
    padding: 0 15px;
}
.btn-lang{
    margin-left: 15px;
}

.br-x-0{
    border-left: 0px;
    border-right: 0px;
}
.br-l-0{
    border-left: 0px;
}
.br-r-0{
    border-right: 0px;
}
.btn-lang .icon-lang{
    height: 25px;
    width: 25px;
}
.icon-lang-15{
    height: 15px;
    width: 15px;
}
.dropdown-menu-lang{
    margin-top: 15px;
    padding: 0;
}
.dropdown-menu-lang .dropdown-item{
    height: 35px;
    display: flex; 
    align-items: center;
    gap: 15px;
}
.dropdown-menu-lang .dropdown-item:hover{
    border-left: 3px solid var(--secondary-color);
    transition: none;
}
.fs-25{
    font-size: 25px;
}
.bg-color-primary{
    background-color: var(--primary-color) !important;
}
.btn-color-secondary{
    background-color: var(--secondary-color) !important;
    color:white !important;
}
.bg-color-secondary{
    background-color: var(--secondary-color) !important;
}
.events-detail .eco_padding .icon {
    background-color: var(--secondary-color) !important;
}

/* border image testimonial  */
.eco_testimonial-section .eco_testimonial-user.slick-slide.slick-current .img-slide img{
    border: 3px solid var(--secondary-color) !important;
}
/* color dot time line left side  */
.eco_process_of_counter .eco_counter .left-side::before{
    background-color: var(--secondary-color) !important;
}
/* color icon time line left side  */
.eco_process_of_counter .eco_counter .left-side .icon{
    color: var(--secondary-color) !important;
}

/* input password style  */
.kode-email-account input[type="password"] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #b2b2b2;
    text-shadow: 1px 0 0 #b2b2b2;
}