.alm-item{
    padding:10px!important;
    margin-bottom:10px!important;
    border-radius: 5px;
    background: var(--global-palette8) !important;
}


.post-note-container {
    border-top: 1px solid #2d3748;
    border-bottom: 1px solid #2d3748;
    border-left: none!important;
    border-right: none!important;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width:767px) {
    .alm-item {
        padding:10px!important;
        margin-bottom:7px!important;
    }
}

.alm-btn-wrap .alm-load-more-btn {
    background: #5123c9 !important;
    color: white !important;
    padding: 1px 10px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    height: auto!important;
    line-height: inherit !important;
}
.alm-placeholder {
    display:none!important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before{
    display:none!important;
}

.alm-btn-wrap {
    margin-bottom:0!important;
}

.alm-no-results {
    background: #252c39;
    padding: 20px;
    border: 1px solid #2d3748;
    border-radius: 3px;
    text-align:center;
}

.alm-no-results i {
    font-size: 65px;
    color: #2d3748;
    margin-bottom: 10px;
}