.btn-xs {
    padding: 6px;
    font-size: 12px;
    line-height: 1.45
}

.btn-sm {
    padding: 10px 22px;
    font-size: 16px;
    line-height: 24px;
}

.sidebar-wrapper {
    height: calc(100% - 25px);
    border-right: 1px solid #d2e3f4;
}

.sidebar-wrapper .active {
    background-color: #f0f8ff;
}

.section-title {
    background-color: #f0f8ff;
    border-bottom: 1px solid #d2e3f4;
}

.nav-tabs {
    background-color: transparent;
    border: none
}

.nav-tabs .nav-link.active {
    background: transparent;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.post-edit-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}

/* sidebar mobile */
@media(max-width: 1400px) {
    #sidebar {
        position: absolute;
        z-index: 999;
        background: white;
        width: 100%;
    }
}

/* dropzone js */
.dz-image img {
    max-width: 100%;
    height: auto;
}

.dz-success-mark, .dz-error-mark {
    display: none !important;
}