.input-item-textarea.ltn__custom-icon::before{
    top:50px !important;
}
textarea{
    min-height: 100px !important;
}
textarea, input{
    border-radius: 10px !important;
    border:1.5px solid !important;
    border-color: var(--border-color-9) !important;
    margin-bottom: 10px !important;
}
.ltn__breadcrumb-area{
    margin-bottom: 30px !important;
}
.site-logo{
    width: 120px;
    height: 100px;

}
.img-mitra{
    border-radius: 0px !important;
}
input[type="number"]{
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}