.disabledhref {
    pointer-events: none;
    cursor: default;
}
.donatur__item:nth-child(n+3) {
    display: flex !important;
}
.disable-hidden-timeline {
    max-height : none;    
    overflow : visible;
    position : static;
}

.pic_artikel_sisip > .pic > img {
    max-width: 400px;
}
@media screen and (max-width: 415px) { 
    
    .pic_artikel_sisip > .pic > img {
        max-width: 350px;
        width:100%;
    }
}

.text-danger {
    color: hsl(0,84%,60%,1);
}

.btn-outlineblue:hover svg path {
    fill: #fff
}
.login__user {
    display: flex;
    justify-content: space-between;
    margin: 0 1em 0.75em 0;
}
.login__user-img {
    width: 38px;
    height: 38px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0;
    flex-grow: 0;
}
.login__user-profile {
    display: flex;
    text-align-last: left;
    align-items: center;
}
.login__user-name {
    font-size: 14px;
    margin: 0;
    padding-left: 10px;
    font-weight: bold;
}

.message-invalid-feedback {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: .5rem;
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.sedekah .block:nth-child(2n),.wakaf .block:last-child,.zakat .block:first-child > a {
    pointer-events: none;
}