.cursor-pointer {
    cursor: pointer;
}
.header-control {
    max-height: 6rem;
    min-height: 5rem;
}
.control-view {
    padding: 2px;
    background-color: #F6F8FA;
}
.content-editor {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 5rem);
    transition: max-width 0.3s ease;
}
.main-preview {
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
}
.bp_view_mobile iframe {
    max-width: 26.786rem;
}
.alert_abs {
    position: absolute;
    top: 1rem;
    right: 1rem;
}